Easy Share

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

Hvad er Easy Share?

Easy Share er en Chrome-udvidelse udviklet af Cloudymedia.com, og dens hovedfunktion er "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Easy Share-udvidelses-CRX-fil

Download Easy Share-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Easy Share Easy Share
ID ogeflpmllfpecnnlkoifcolpcdpdojbd
Officiel URL https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd
Beskrivelse Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Filstørrelse 133 KB
Antal Installationer 2,549
Nuværende Version 1.8.1
Senest Opdateret 2013-10-24
Udgivelsesdato 2013-10-24
Bedømmelse 4.36/5 Samlet 45 Bedømmelser
Udvikler Cloudymedia.com
Betalingsmetode free
Udvidelseswebsted http://www.cloudymedia.com/easy-share/
Hjælpeside-URL https://github.com/emilioastarita/easy-share
Understøttede Sprog 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
}