Switcher for Lastpass
Quickly enable/disable the Lastpass Plugin.
O que é Switcher for Lastpass?
Switcher for Lastpass é uma extensão do Chrome desenvolvida por vdesmet93, e sua principal característica é "Quickly enable/disable the Lastpass Plugin.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Switcher for Lastpass
Baixe arquivos de extensão Switcher for Lastpass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Switcher for Lastpass |
ID | kgdllopgpknhbnmagaiifhddjkchmeln |
URL Oficial | https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln |
Descrição | Quickly enable/disable the Lastpass Plugin. |
Tamanho do Arquivo | 12.99 KB |
Contagem de Instalações | 3,780 |
Versão Atual | 1.1.0 |
Última Atualização | 2017-06-17 |
Data de Publicação | 2017-06-17 |
Classificação | 4.29/5 Total de 17 Avaliações |
Desenvolvedor | vdesmet93 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |