Extensions Manager

This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them

Τι είναι το Extensions Manager;

Το Extensions Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rotagi37, και η κύρια λειτουργία του είναι "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Extensions Manager

Λήψη αρχείων επέκτασης Extensions Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them 

* easily search in your extensions list.
* see extension you didn't know you have installed.


Note: too many running extension takes up memory and resources from your computer for no reason.
using this extension you can disable all unnecessary extensions and only enable them when needed.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
Επίσημο URL https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
Περιγραφή This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Μέγεθος Αρχείου 60.1 KB
Αριθμός Εγκαταστάσεων 11,840
Τρέχουσα Έκδοση 1.0.4.1
Τελευταία Ενημέρωση 2022-08-22
Ημερομηνία Δημοσίευσης 2019-09-13
Αξιολόγηση 4.14/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής rotagi37
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensions Manager",
    "manifest_version": 3,
    "version": "1.0.4.1",
    "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them",
    "permissions": [
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        },
        "default_title": "Extensions Manager",
        "default_popup": "popup.html"
    }
}