Switcher for Lastpass

Quickly enable/disable the Lastpass Plugin.

Apa itu Switcher for Lastpass?

Switcher for Lastpass adalah ekstensi Chrome yang dikembangkan oleh vdesmet93, dan fitur utamanya adalah "Quickly enable/disable the Lastpass Plugin.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Switcher for Lastpass

Unduh file ekstensi Switcher for Lastpass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Switcher for Lastpass Switcher for Lastpass
ID kgdllopgpknhbnmagaiifhddjkchmeln
URL Resmi https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln
Deskripsi Quickly enable/disable the Lastpass Plugin.
Ukuran File 12.99 KB
Jumlah Instalasi 3,780
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2017-06-17
Tanggal Publikasi 2017-06-17
Penilaian 4.29/5 Total 17 Penilaian
Pengembang vdesmet93
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}