1-Click Extension Manager

Manage Chrome extension at the tip of your finger, with just 1-click.

Co to jest 1-Click Extension Manager?

1-Click Extension Manager to rozszerzenie Chrome opracowane przez milan.chheda, a jego główną funkcją jest „Manage Chrome extension at the tip of your finger, with just 1-click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia 1-Click Extension Manager

Pobierz pliki rozszerzeń 1-Click 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

                        A simple menu to enable, disable and access options of extensions in 1-click.

Features included:
- Enable/disable an extension in 1-click
- Access options of an extension in 1-click
- Uninstall an extension in 1-click
- A handy search box that you can use to quickly find the extension you need to turn on or off. 
- No Ads
- Simple, fast, and no background scripts
- Keep your browser fast by disabling extensions that you won't use right away with just 1-click.

For bugs, feedback, and suggestions, write to [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa 1-Click Extension Manager 1-Click Extension Manager
ID ohajmcdpjokbdoihfhkpbmlmknejmoec
Oficjalny URL https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec
Opis Manage Chrome extension at the tip of your finger, with just 1-click.
Rozmiar pliku 41.46 KB
Liczba instalacji 2,431
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-06-18
Data Publikacji 2016-06-17
Ocena 3.56/5 Łącznie 25 Oceny
Deweloper milan.chheda
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1-Click Extension Manager",
    "description": "Manage Chrome extension at the tip of your finger, with just 1-click.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}