Locker Extension
Add current URL to Locker.
O que é Locker Extension?
Locker Extension é uma extensão do Chrome desenvolvida por http://getlocker.herokuapp.com, e sua principal característica é "Add current URL to Locker.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Locker Extension
Baixe arquivos de extensão Locker Extension 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
Locker Extension is for users of the Locker web app. By adding this extension they can add a URL to their Locker from anywhere on the web just by clicking and verifying their email address. When returning to getlocker.herokuapp.com, users will see that all Items successfully added to Locker via the extension will be at the top of their list.
Informações Básicas da Extensão
Nome | |
ID | echcameeafciikhiedhllacbfkoialdp |
URL Oficial | https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp |
Descrição | Add current URL to Locker. |
Tamanho do Arquivo | 11.7 KB |
Contagem de Instalações | 123 |
Versão Atual | 0.3 |
Última Atualização | 2015-12-15 |
Data de Publicação | 2015-12-15 |
Desenvolvedor | http://getlocker.herokuapp.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Locker Extension", "version": "0.3", "description": "Add current URL to Locker.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |