ExtensionManager
Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
什麼是ExtensionManager?
ExtensionManager是由https://www.zangse.mobi開發的Chrome擴展程式,該擴展的主要功能是“Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…”。
擴展截圖
下載ExtensionManager擴展crx文件
下載ExtensionManager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1. Manage extensions, disable/enable your extensions with one click 2. Set common extensions, you can open the common extension mode 3. Quickly search for your extensions and configure them 4. View extensions in the chrome app store 5. Open the expanded configuration page 6. Uninstall the extension 7. Added some shortcuts If you have a better UI design and function recommendations, please leave a message yo. Test phase, welcome to comment.
擴展基本資訊
名稱 | ExtensionManager |
ID | jijileelaefjahodboljljdgfpbjjlac |
官方網址 | https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac |
簡介 | Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common… |
檔案大小 | 405 KB |
安裝次數 | 2,215 |
目前版本 | 0.0.10 |
更新時間 | 2018-06-26 |
上架時間 | 2018-06-26 |
評分 | 4.33/5 共 21 次評分 |
開發者 | https://www.zangse.mobi |
付費類型 | free |
擴展官網 | https://github.com/zangse/vue-chrome-extension |
說明頁面URL | https://github.com/zangse/vue-chrome-extension |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "zh_CN", "version": "0.0.10", "description": "__MSG_appDescription__", "icons": { "128": "static\/images\/icon_128.png" }, "browser_action": { "default_icon": "static\/images\/icon_128.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background\/background.main.js" ] }, "content_scripts": [ { "matches": [ " |