Easy Share
Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
O que é Easy Share?
Easy Share é uma extensão do Chrome desenvolvida por Cloudymedia.com, e sua principal característica é "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Easy Share
Baixe arquivos de extensão Easy 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
Use the icon of Easy Share in your address bar to popup a little window with the sharing services. Choose which ones you want, and click on Share. It's not rocket science, we don't ask permissions, we don't require registration, we don't put ads, we just popup each service with the URL to share the page and nothing else. Supported services: Twitter, Facebook and Google+, Pinterest, Linkedin, Tumblr or Gmail. NEW: Remembers the services selected in last session.
Informações Básicas da Extensão
Nome | Easy Share |
ID | ogeflpmllfpecnnlkoifcolpcdpdojbd |
URL Oficial | https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd |
Descrição | Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple. |
Tamanho do Arquivo | 133 KB |
Contagem de Instalações | 2,549 |
Versão Atual | 1.8.1 |
Última Atualização | 2013-10-24 |
Data de Publicação | 2013-10-24 |
Classificação | 4.36/5 Total de 45 Avaliações |
Desenvolvedor | Cloudymedia.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.cloudymedia.com/easy-share/ |
URL da Página de Ajuda | https://github.com/emilioastarita/easy-share |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Share", "version": "1.8.1", "description": "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "take-screen.js" ] } ], "permissions": [ "tabs" ], "page_action": { "default_name": "Easy Share", "default_icon": "marker.png", "default_popup": "popup.html" }, "manifest_version": 2 } |