Switcher for Lastpass

Quickly enable/disable the Lastpass Plugin.

Co je Switcher for Lastpass?

Switcher for Lastpass je rozšíření Chrome vyvinuté vdesmet93, a jeho hlavní funkcí je „Quickly enable/disable the Lastpass Plugin.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Switcher for Lastpass

Stáhněte si soubory rozšíření Switcher for Lastpass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Quickly switch the enabled state of the Lastpass Plugin.
The extension will also remind you to disable the Lastpass plugin if you've left it enabled for over a minute.

This extension not affiliated, associated, authorized, or in any way officially connected with Lastpass.

Icons made by Dave Gandy from Flaticon. www.flaticon.com is licenced by CC BY 3.0. http://creativecommons.org/licenses/by/3.0/                    

Základní Informace o Rozšíření

Název Switcher for Lastpass Switcher for Lastpass
ID kgdllopgpknhbnmagaiifhddjkchmeln
Oficiální URL https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln
Popis Quickly enable/disable the Lastpass Plugin.
Velikost souboru 12.99 KB
Počet instalací 3,780
Aktuální Verze 1.1.0
Poslední Aktualizace 2017-06-17
Datum Vydání 2017-06-17
Hodnocení 4.29/5 Celkem 17 Hodnocení
Vývojář vdesmet93
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switcher for Lastpass",
    "description": "Quickly enable\/disable the Lastpass Plugin.",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "key.png",
        "32": "[email protected]",
        "48": "key-48.png",
        "64": "key-64.png",
        "128": "key-128.png"
    },
    "browser_action": {
        "name": "Click to change the icon's color"
    },
    "permissions": [
        "management",
        "notifications"
    ],
    "manifest_version": 2
}