Simple Share
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Co je Simple Share?
Simple Share je rozšíření Chrome vyvinuté Nachiket Vartak, a jeho hlavní funkcí je „Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Simple Share
Stáhněte si soubory rozšíření Simple Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | pogmhkgpgojoolbdonmccgnnmfopelka |
| Oficiální URL | https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka |
| Popis | Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle. |
| Velikost souboru | 23.64 KB |
| Počet instalací | 687 |
| Aktuální Verze | 2.1.2 |
| Poslední Aktualizace | 2013-11-26 |
| Datum Vydání | 2013-11-26 |
| Hodnocení | 4.71/5 Celkem 7 Hodnocení |
| Vývojář | Nachiket Vartak |
| Typ Platby | free |
| Webové stránky Rozšíření | http://www.emergentnoise.com |
| Podporované Jazyky | 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"
} | |