Miniman
A mini manager to help you manage your extensions, applications and themes
Qu'est-ce que Miniman ?
Miniman est une extension Chrome développée par miniman, et sa fonction principale est "A mini manager to help you manage your extensions, applications and themes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Miniman
Téléchargez les fichiers d'extension Miniman au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Features include: ★ Quick enable/disable collections, extensions, apps, themes and access their options page via popup ★ Customize the popup, allow to show/hide specific content such as collections, extensions, etc ★ Uninstall apps, extensions, themes just by a click. ★ Allows to disable all themes, collections, applications, extensions and also undo this action ★ Allows to group theme, extension, app, etc by creating collections object. You can change theme, extension, app, etc status quickly by enabling/disabling these collections. ★ Allows to create a list of pinned items on popup to support quick manipulation of important items ★ Allows to create a list of items automatically activated / deactivated when you visit specific websites ★ Allows to create copies of collections, you can save time when creating collections with nearly the same content DONATIONS --------- If you love this extension and want to help ensure further development, please consider making a donation: https://paypal.me/itsmebros?locale.x=en_US
Informations de Base sur l'Extension
Nom | Miniman |
ID | bkgpdabchaofnadjlonknbncfplgdmaa |
URL Officiel | https://chromewebstore.google.com/detail/miniman/bkgpdabchaofnadjlonknbncfplgdmaa |
Description | A mini manager to help you manage your extensions, applications and themes |
Taille du Fichier | 877 KB |
Nombre d'Installations | 362 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2020-04-08 |
Date de Publication | 2020-04-08 |
Évaluation | 5.00/5 Total 11 Évaluations |
Développeur | miniman |
Type de Paiement | free |
Langues Prises en Charge | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "default_locale": "en", "version": "1.3.0", "manifest_version": 2, "options_page": "index.html#\/pages", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "externally_connectable": { "ids": [ "*" ] }, "browser_action": { "default_icon": "assets\/images\/iconbar.png", "default_title": "__MSG_ext_name__", "default_popup": "index.html#\/popup" }, "background": { "scripts": [ "chrome-extension-async.js", "background_script.js", "runtime.js" ], "persistent": false }, "permissions": [ "management", "tabs", "unlimitedStorage", "notifications" ], "web_accessible_resources": [] } |