ExtensionManager
Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
Vad är ExtensionManager?
ExtensionManager är en Chrome-tillägg utvecklad av https://www.zangse.mobi, och dess huvudfunktion är "Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…".
Tilläggsskärmbilder
Ladda ner ExtensionManager-förlängningens CRX-fil
Ladda ner ExtensionManager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ExtensionManager |
ID | jijileelaefjahodboljljdgfpbjjlac |
Officiell webbadress | https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac |
Beskrivning | Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common… |
Filstorlek | 405 KB |
Antal Installationer | 2,215 |
Aktuell Version | 0.0.10 |
Senast Uppdaterad | 2018-06-26 |
Publiceringsdatum | 2018-06-26 |
Betyg | 4.33/5 Totalt 21 Betyg |
Utvecklare | https://www.zangse.mobi |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/zangse/vue-chrome-extension |
Hjälpsida URL | https://github.com/zangse/vue-chrome-extension |
Stödda Språk | 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": [ " |