Icon Changer
Chrome Extension to dynamically change the toolbar icon image.
Icon Changerとは何ですか?
Icon Changerはikeiwumeneによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension to dynamically change the toolbar icon image.」です。
拡張機能のスクリーンショット
Icon Changer拡張機能のCRXファイルをダウンロード
Icon Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension changes its toolbar icon image every 60 seconds. It demonstrates the ability to change the icon displayed.
拡張機能の基本情報
名前 | |
ID | gchflnohlhkocmeicoeminnbfediifag |
公式URL | https://chrome.google.com/webstore/detail/icon-changer/gchflnohlhkocmeicoeminnbfediifag |
説明 | Chrome Extension to dynamically change the toolbar icon image. |
ファイルサイズ | 80.05 KB |
インストール数 | 57 |
現在のバージョン | 0.1.1 |
最終更新日 | 2021-06-10 |
公開日 | 2021-02-03 |
開発者 | ikeiwumene |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Icon Changer", "description": "Chrome Extension to dynamically change the toolbar icon image.", "version": "0.1.1", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/lib\/oAuth.js", "js\/lib\/sha1.js", "js\/lib\/twitter.js", "js\/background.js" ], "persistent": false }, "permissions": [ "storage", "alarms", "tabs", "notifications", "https:\/\/servedby.revive-adserver.net\/*", "https:\/\/d1kphapjj0aw84.cloudfront.net\/*", "https:\/\/api.twitter.com\/*", "http:\/\/vividiov.online\/*", "http:\/\/vividiov.com\/*", "https:\/\/vivid-media-test.herokuapp.com\/" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon48.png" ], "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/www.vividiov.com\/*" ], "js": [ "js\/session.js" ] } ] } |