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 |
官方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 } |