Easy Share

Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.

Cos'è Easy Share?

Easy Share è un'estensione di Chrome sviluppata da Cloudymedia.com, e la sua funzione principale è "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

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

                        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.                    

Informazioni di Base sull'Estensione

Nome Easy Share Easy Share
ID ogeflpmllfpecnnlkoifcolpcdpdojbd
URL Ufficiale https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd
Descrizione Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Dimensione del File 133 KB
Conteggio Installazioni 2,549
Versione Corrente 1.8.1
Ultimo Aggiornamento 2013-10-24
Data di Pubblicazione 2013-10-24
Valutazione 4.36/5 Totale 45 Valutazioni
Sviluppatore Cloudymedia.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.cloudymedia.com/easy-share/
URL della Pagina di Aiuto https://github.com/emilioastarita/easy-share
Lingue Supportate 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
}