Skip to content

Commit

Permalink
Merge branch 'ex04/unify-icons'
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Mar 12, 2024
2 parents 736591c + 2e39477 commit 5ae93f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Chrome は最新の状態です
- マージコミット: [Merge branch 'ex02/run-scripts' · kenkenpa198/helloworld-chrome-extensions@9d459fc](https://github.com/kenkenpa198/helloworld-chrome-extensions/commit/9d459fcbda993d96ab266e385dd38240ddd03f3f)
- 背景色は、拡張機能を右クリック > `オプション` から変更できる。
- マージコミット: [Merge branch 'ex03/add-options' · kenkenpa198/helloworld-chrome-extensions@dcb8eac](https://github.com/kenkenpa198/helloworld-chrome-extensions/commit/dcb8eac758b55d7f32dfe12d1a32461e59d2a5b6)
- アイコンは 16, 32, 48, 128 px 以外のサイズでもよい。
- [マニフェスト - アイコン  \|  Extensions  \|  Chrome for Developers](https://developer.chrome.com/docs/extensions/reference/manifest/icons?hl=ja)

> 注: 他のサイズのアイコンを指定できます。その場合、Chrome では必要に応じて最適なサイズが使用されます。



## 参考文献

Expand Down
Binary file removed my-extension/assets/icon16.png
Binary file not shown.
Binary file removed my-extension/assets/icon32.png
Binary file not shown.
Binary file removed my-extension/assets/icon48.png
Binary file not shown.
File renamed without changes
2 changes: 1 addition & 1 deletion my-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_icon": "assets/icon16.png"
"default_icon": "icons/icon.png"
},
"commands": {
"_execute_action": {
Expand Down

0 comments on commit 5ae93f1

Please sign in to comment.