Switcher for Lastpass
Quickly enable/disable the Lastpass Plugin.
¿Qué es Switcher for Lastpass?
Switcher for Lastpass es una extensión de Chrome desarrollada por vdesmet93, y su función principal es "Quickly enable/disable the Lastpass Plugin.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Switcher for Lastpass
Descarga archivos de extensión Switcher for Lastpass en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | Switcher for Lastpass |
ID | kgdllopgpknhbnmagaiifhddjkchmeln |
URL Oficial | https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln |
Descripción | Quickly enable/disable the Lastpass Plugin. |
Tamaño del Archivo | 12.99 KB |
Cantidad de Instalaciones | 3,780 |
Versión Actual | 1.1.0 |
Última Actualización | 2017-06-17 |
Fecha de Publicación | 2017-06-17 |
Calificación | 4.29/5 Total de 17 Calificaciones |
Desarrollador | vdesmet93 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |