Quick Extension Manager

A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off

Co to jest Quick Extension Manager?

Quick Extension Manager to rozszerzenie Chrome opracowane przez Chris Dermody, a jego główną funkcją jest „A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off”.

Pobierz plik CRX rozszerzenia Quick Extension Manager

Pobierz pliki rozszerzeń Quick Extension Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. 

The extension lists all of your installed extensions in a 2-column layout with their images.

There is also a handy search box you can use to quickly find the extension you need to turn on or off.                    

Podstawowe informacje o rozszerzeniu

Nazwa Quick Extension Manager Quick Extension Manager
ID clgnjooadgjehcfgiboagghflodbeidf
Oficjalny URL https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf
Opis A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Rozmiar pliku 442 KB
Liczba instalacji 135
Aktualna Wersja 0.1.6
Ostatnia Aktualizacja 2015-04-11
Data Publikacji 2015-04-11
Ocena 2.33/5 Łącznie 6 Oceny
Deweloper Chris Dermody
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Extension Manager",
    "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off",
    "version": "0.1.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "app.png",
        "default_popup": "popup.html"
    },
    "short_name": "Extension Manager"
}