Simple Share
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Co to jest Simple Share?
Simple Share to rozszerzenie Chrome opracowane przez Nachiket Vartak, a jego główną funkcją jest „Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Share
Pobierz pliki rozszerzeń Simple Share w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Simple Share |
ID | pogmhkgpgojoolbdonmccgnnmfopelka |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka |
Opis | Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle. |
Rozmiar pliku | 23.64 KB |
Liczba instalacji | 687 |
Aktualna Wersja | 2.1.2 |
Ostatnia Aktualizacja | 2013-11-26 |
Data Publikacji | 2013-11-26 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | Nachiket Vartak |
Typ Płatności | free |
Strona Rozszerzenia | http://www.emergentnoise.com |
Obsługiwane Języki | 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" } |