Themes For Chrome
Get quick access to all my top themes right in your Chrome browser
什麼是Themes For Chrome?
Themes For Chrome是由https://www.chromethemer.com開發的Chrome擴展程式,該擴展的主要功能是“Get quick access to all my top themes right in your Chrome browser”。
擴展截圖
下載Themes For Chrome擴展crx文件
下載Themes For Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This browser extension; Creates a customization icon in your browser that opens a pop-up link that takes you straight to chromethemer's homepage where you can access all my best themes. Download Free Themes For Google Chrome. Awesome Themes To Choose From, Updated Daily. Free Updates & New Theme Releases! Get Quick & Easy Access to ChromeThemer.com DOWNLOAD NOW & Please Rate or Leave a Comment ...
擴展基本資訊
名稱 | |
ID | hhgbfciofeannobmgngkfgjkanpiphpa |
官方網址 | https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa |
簡介 | Get quick access to all my top themes right in your Chrome browser |
檔案大小 | 13.63 KB |
安裝次數 | 1,688 |
目前版本 | 1.4 |
更新時間 | 2020-06-07 |
上架時間 | 2020-06-05 |
評分 | 3.50/5 共 6 次評分 |
開發者 | https://www.chromethemer.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.chromethemer.com/ |
說明頁面URL | https://www.chromethemer.com/ |
隱私政策頁面URL | https://www.chromethemer.com/privacy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Themes For Chrome", "description": "Get quick access to all my top themes right in your Chrome browser", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |