ExtensionManager
Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
Wat is ExtensionManager?
ExtensionManager is een Chrome-extensie ontwikkeld door https://www.zangse.mobi, en de belangrijkste functie is "Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…".
Extensie Screenshots
Download het CRX-bestand van de extensie ExtensionManager
Download ExtensionManager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ExtensionManager |
ID | jijileelaefjahodboljljdgfpbjjlac |
Officiële URL | https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac |
Beschrijving | Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common… |
Bestandsgrootte | 405 KB |
Aantal Installaties | 2,215 |
Huidige Versie | 0.0.10 |
Laatst Bijgewerkt | 2018-06-26 |
Publicatiedatum | 2018-06-26 |
Beoordeling | 4.33/5 Totaal 21 Beoordelingen |
Ontwikkelaar | https://www.zangse.mobi |
Betalingswijze | free |
Extensiewebsite | https://github.com/zangse/vue-chrome-extension |
Help Pagina-URL | https://github.com/zangse/vue-chrome-extension |
Ondersteunde Talen | 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": [ " |