Switcher for Lastpass
Quickly enable/disable the Lastpass Plugin.
什麼是Switcher for Lastpass?
Switcher for Lastpass是由vdesmet93開發的Chrome擴展程式,該擴展的主要功能是“Quickly enable/disable the Lastpass Plugin.”。
擴展截圖
下載Switcher for Lastpass擴展crx文件
下載Switcher for Lastpass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | kgdllopgpknhbnmagaiifhddjkchmeln |
官方網址 | 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 } |