Simple Share

Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.

Was ist Simple Share?

Simple Share ist eine Chrome-Erweiterung, die von Nachiket Vartak entwickelt wurde, und ihr Hauptmerkmal ist "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.".

Erweiterungsscreenshots

screenshot
screenshot

Simple Share-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple 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

                        Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.

This extension contains no ads and no tracking. Credits go to Andy Wagner for the original extension.

I have added Reddit as an additional service and can add several other services if required.                    

Grundlegende Informationen zur Erweiterung

Name Simple Share Simple Share
ID pogmhkgpgojoolbdonmccgnnmfopelka
Offizielle URL https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka
Beschreibung Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Dateigröße 23.64 KB
Installationsanzahl 687
Aktuelle Version 2.1.2
Letztes Update 2013-11-26
Veröffentlichungsdatum 2013-11-26
Bewertung 4.71/5 Insgesamt 7 Bewertungen
Entwickler Nachiket Vartak
Zahlungsart free
Erweiterungswebsite http://www.emergentnoise.com
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_popup": "popup.html",
        "default_title": "Share"
    },
    "description": "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.",
    "icons": {
        "128": "sharethis-128.png",
        "16": "sharethis-16.png",
        "48": "sharethis-48.png"
    },
    "manifest_version": 2,
    "name": "Simple Share",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.2"
}