Just Share
Android style sharing.
O que é Just Share?
Just Share é uma extensão do Chrome desenvolvida por Eyal Shalev, e sua principal característica é "Android style sharing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Just Share
Baixe arquivos de extensão Just Share 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
With Just Share you can do just that. This Extension provides you with large links and absolutely no options or ads (Yack!). Clicking on the button will open the popup window with currently only 4 sharing options. Tweet, Email, Share to Facebook & Send via Facebook (more will come later. Have fun and Enjoy.
Informações Básicas da Extensão
Nome | |
ID | fmjhfiffdmgoofbejddcgedconkifhjn |
URL Oficial | https://chromewebstore.google.com/detail/just-share/fmjhfiffdmgoofbejddcgedconkifhjn |
Descrição | Android style sharing. |
Tamanho do Arquivo | 342 KB |
Contagem de Instalações | 115 |
Versão Atual | 1.0.1 |
Última Atualização | 2013-06-16 |
Data de Publicação | 2013-06-16 |
Desenvolvedor | Eyal Shalev |
Tipo de Pagamento | free |
Site da Extensão | https://plus.google.com/communities/106009259860450742359 |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just Share", "version": "1.0.1", "manifest_version": 2, "description": "Android style sharing.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png", "256": "icon_256.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |