Switcher for Lastpass

Quickly enable/disable the Lastpass Plugin.

Switcher for Lastpass란 무엇입니까?

Switcher for Lastpass은(는) vdesmet93에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly enable/disable the Lastpass Plugin."입니다.

확장 프로그램 스크린샷

screenshot

Switcher for Lastpass 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Switcher for Lastpass Switcher for Lastpass
ID kgdllopgpknhbnmagaiifhddjkchmeln
공식 URL https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln
설명 Quickly enable/disable the Lastpass Plugin.
파일 크기 12.99 KB
설치 횟수 3,780
현재 버전 1.1.0
최근 업데이트 2017-06-17
출시 날짜 2017-06-17
평점 4.29/5 총 17 개의 평점
개발자 vdesmet93
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}