Easy Share

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

Was ist Easy Share?

Easy Share ist eine Chrome-Erweiterung, die von Cloudymedia.com entwickelt wurde, und ihr Hauptmerkmal ist "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Easy Share-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Easy Share Easy Share
ID ogeflpmllfpecnnlkoifcolpcdpdojbd
Offizielle URL https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd
Beschreibung Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Dateigröße 133 KB
Installationsanzahl 2,549
Aktuelle Version 1.8.1
Letztes Update 2013-10-24
Veröffentlichungsdatum 2013-10-24
Bewertung 4.36/5 Insgesamt 45 Bewertungen
Entwickler Cloudymedia.com
Zahlungsart free
Erweiterungswebsite http://www.cloudymedia.com/easy-share/
Hilfeseite URL https://github.com/emilioastarita/easy-share
Unterstützte Sprachen 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
}