Link Worm
This extension allows you to easily share links with your friends.
O que é Link Worm?
Link Worm é uma extensão do Chrome desenvolvida por http://linkworm.herokuapp.com, e sua principal característica é "This extension allows you to easily share links with your friends.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Link Worm
Baixe arquivos de extensão Link Worm 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
Link Worm is the fastest and easiest way to share links with your friends! If you come across an interesting web page while browsing, simply click the extension icon, select a friend, and it will appear instantly on their computer! In order to use this awesome service, register for FREE at http://linkworm.herokuapp.com and add your friends! New in version 0.1.2: auto-login and loading spinners
Informações Básicas da Extensão
Nome | |
ID | idkbflehoaffjlpoblldieokepdbcmal |
URL Oficial | https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal |
Descrição | This extension allows you to easily share links with your friends. |
Tamanho do Arquivo | 177 KB |
Contagem de Instalações | 34 |
Versão Atual | 0.1.2 |
Última Atualização | 2015-01-02 |
Data de Publicação | 2015-01-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://linkworm.herokuapp.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Worm", "description": "This extension allows you to easily share links with your friends.", "version": "0.1.2", "permissions": [ "http:\/\/linkworm.herokuapp.com\/*", "gcm", "storage", "tabs", "notifications" ], "background": { "scripts": [ "res\/js\/background.js" ] }, "browser_action": { "default_icon": "res\/img\/icon.png", "default_popup": "res\/login.html" }, "icons": { "16": "res\/img\/icon16.png", "48": "res\/img\/icon48.png", "128": "res\/img\/icon128.png" } } |