Switcher for Lastpass

Quickly enable/disable the Lastpass Plugin.

What is Switcher for Lastpass?

Switcher for Lastpass is a Chrome extension developed by vdesmet93, and its main feature is "Quickly enable/disable the Lastpass Plugin.".

Extension Screenshots

screenshot

Download Switcher for Lastpass Extension CRX File

Download Switcher for Lastpass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Switcher for Lastpass Switcher for Lastpass
ID kgdllopgpknhbnmagaiifhddjkchmeln
Official URL https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln
Description Quickly enable/disable the Lastpass Plugin.
File Size 12.99 KB
Installation Count 3,780
Current Version 1.1.0
Last Updated 2017-06-17
Publish Date 2017-06-17
Rating 4.29/5 Total 17 Ratings
Developer vdesmet93
Email [email protected]
Payment Type free
Supported Languages 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
}