Icon Changer
Chrome Extension to dynamically change the toolbar icon image.
Icon Changer là gì?
Icon Changer là một tiện ích mở rộng Chrome được phát triển bởi ikeiwumene, và tính năng chính của nó là "Chrome Extension to dynamically change the toolbar icon image.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Icon Changer
Tải xuống các tệp mở rộng Icon Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This chrome extension changes its toolbar icon image every 60 seconds. It demonstrates the ability to change the icon displayed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gchflnohlhkocmeicoeminnbfediifag |
URL Chính Thức | https://chrome.google.com/webstore/detail/icon-changer/gchflnohlhkocmeicoeminnbfediifag |
Mô tả | Chrome Extension to dynamically change the toolbar icon image. |
Kích Thước Tệp | 80.05 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2021-06-10 |
Ngày Phát Hành | 2021-02-03 |
Nhà Phát Triển | ikeiwumene |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |