Extensions Manager

A snapshot based extensions manager, make it ease to enable/disable the extensions

Qu'est-ce que Extensions Manager ?

Extensions Manager est une extension Chrome développée par sigoden, et sa fonction principale est "A snapshot based extensions manager, make it ease to enable/disable the extensions".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Extensions Manager

Téléchargez les fichiers d'extension Extensions Manager 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

                        - Easy to enable/disable the extension
- Direct access to the option page of any extension
- Enable/disable all the extensions with one click
- Snapshot Management
  - Create: capture the state of chrome's current extensions as a snapshot, a restore point
  - Apply: choose a snapshot, restore the all extension's disable/enable state to that snapshot
  - Delete: clear the outdated snapshot
  - Undo: undo an accidental applying snapshot                    

Informations de Base sur l'Extension

Nom Extensions Manager Extensions Manager
ID bcjfhbahclaolcbkdkckdnnenfeakhbk
URL Officiel https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk
Description A snapshot based extensions manager, make it ease to enable/disable the extensions
Taille du Fichier 237 KB
Nombre d'Installations 24,065
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-01-18
Date de Publication 2018-01-18
Évaluation 3.87/5 Total 31 Évaluations
Développeur sigoden
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sigoden/chrome-extensions-manager
URL de la Page d'Aide https://github.com/sigoden/chrome-extensions-manager/issues
Langues Prises en Charge en,zh-CN
manifest.json
{
    "name": "__MSG_manifest_app_name__",
    "description": "__MSG_manifest_app_description__",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}