Simple Share
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Wat is Simple Share?
Simple Share is een Chrome-extensie ontwikkeld door Nachiket Vartak, en de belangrijkste functie is "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Share
Download Simple Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Simple Share |
ID | pogmhkgpgojoolbdonmccgnnmfopelka |
Officiële URL | https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka |
Beschrijving | Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle. |
Bestandsgrootte | 23.64 KB |
Aantal Installaties | 687 |
Huidige Versie | 2.1.2 |
Laatst Bijgewerkt | 2013-11-26 |
Publicatiedatum | 2013-11-26 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Nachiket Vartak |
Betalingswijze | free |
Extensiewebsite | http://www.emergentnoise.com |
Ondersteunde Talen | 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" } |