Simple Share

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

Vad är Simple Share?

Simple Share är en Chrome-tillägg utvecklad av Nachiket Vartak, och dess huvudfunktion är "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple Share-förlängningens CRX-fil

Ladda ner Simple Share-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Simple Share Simple Share
ID pogmhkgpgojoolbdonmccgnnmfopelka
Officiell webbadress https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka
Beskrivning Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Filstorlek 23.64 KB
Antal Installationer 687
Aktuell Version 2.1.2
Senast Uppdaterad 2013-11-26
Publiceringsdatum 2013-11-26
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare Nachiket Vartak
Betalningssätt free
Tilläggswebbplats http://www.emergentnoise.com
Stödda Språk 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"
}