Easy share
Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.
Cos'è Easy share?
Easy share è un'estensione di Chrome sviluppata da Florian Bezagu, e la sua funzione principale è "Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy share
Scarica i file di estensione Easy share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Share the current page your are browsing to your favorite social network without leaving your page ! Now supports Google+, Facebook, Twitter, Tumblr and LinkedIn ! 1.2 @ 2013-09-25 : - Added GMail service 1.1 @ 2013-09-25 : - Updated font
Informazioni di Base sull'Estensione
Nome | |
ID | fhgcpennmmpcjjnicfinhjiipabkhbik |
URL Ufficiale | https://chrome.google.com/webstore/detail/easy-share/fhgcpennmmpcjjnicfinhjiipabkhbik |
Descrizione | Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn. |
Dimensione del File | 46.81 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-09-25 |
Data di Pubblicazione | 2013-09-25 |
Valutazione | 4.71/5 Totale 7 Valutazioni |
Sviluppatore | Florian Bezagu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/FlorianBezagu/chrome-easy-share |
URL della Pagina di Aiuto | https://github.com/FlorianBezagu/chrome-easy-share/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy share", "description": "Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |