Skip to content

Instantly share code, notes, and snippets.

@s1r-J
Created November 26, 2018 15:09
Show Gist options
  • Save s1r-J/64b2393c3d2e28fcc2ab2afec29c96ca to your computer and use it in GitHub Desktop.
Save s1r-J/64b2393c3d2e28fcc2ab2afec29c96ca to your computer and use it in GitHub Desktop.
初めてのChrome拡張機能としてGitHubでStarをつけたリポジトリをタグで管理できる機能を作った ref: https://qiita.com/s1r/items/1a060f2173e2849aebab
$('head').append($('<link>', {
rel: 'stylesheet',
href: chrome.extension.getURL('css/style.css'),
}));
"web_accessible_resources": [
"*.css",
"*.eot",
"*.svg",
"*.woff",
"*.woff2",
"*.ttf"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment