Extensity
Quickly enable/disable Google Chrome extensions
什麼是Extensity?
Extensity是由https://sergiokas.github.io/Extensity開發的Chrome擴展程式,該擴展的主要功能是“Quickly enable/disable Google Chrome extensions”。
擴展截圖
下載Extensity擴展crx文件
下載Extensity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of having too many extensions in your toolbar? Try Extensity, the ultimate tool for lightning fast enabling and disabling all your extensions for Google Chrome. Just enable the extension when you want to use it, and disable when you want to get rid of it for a little while. You can also launch Chrome Apps right from the list. * Keep your browser lean and fast - disable extensions that you won't use right away. * Keep your toolbar clean. * Turn all extensions off (and back on) with a single click. * Quick switch between several extensions groups using the Profiles feature. * Allow your most important extensions to be always enabled. * Keep computers in sync with Chrome Cloud Storage support. * Ideal companion for extensions collectors. Follow us in Twitter: https://twitter.com/ExtensityChrome Website: http://sergiokas.github.com/Extensity/ Extensity is free software. Full source code at GitHub https://github.com/sergiokas/Extensity
擴展基本資訊
名稱 | Extensity |
ID | jjmflmamggggndanpgfnpelongoepncg |
官方網址 | https://chromewebstore.google.com/detail/extensity/jjmflmamggggndanpgfnpelongoepncg |
簡介 | Quickly enable/disable Google Chrome extensions |
檔案大小 | 164 KB |
安裝次數 | 352,594 |
目前版本 | 1.11.0 |
更新時間 | 2021-11-25 |
上架時間 | 2019-02-20 |
評分 | 4.80/5 共 1637 次評分 |
開發者 | https://sergiokas.github.io/Extensity |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sergiokas.github.io/Extensity/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensity", "version": "1.11.0", "manifest_version": 2, "description": "Quickly enable\/disable Google Chrome extensions", "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/iconbar.png", "default_title": "Extensity", "default_popup": "index.html" }, "background": { "scripts": [ "js\/migration.js" ], "persistent": false }, "permissions": [ "management", "storage" ] } |