Simple Share
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
What is Simple Share?
Simple Share is a Chrome extension developed by Nachiket Vartak, and its main feature is "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.".
Extension Screenshots
Download Simple Share Extension CRX File
Download Simple Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Simple Share |
ID | pogmhkgpgojoolbdonmccgnnmfopelka |
Official URL | https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka |
Description | Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle. |
File Size | 23.64 KB |
Installation Count | 687 |
Current Version | 2.1.2 |
Last Updated | 2013-11-26 |
Publish Date | 2013-11-26 |
Rating | 4.71/5 Total 7 Ratings |
Developer | Nachiket Vartak |
Payment Type | free |
Extension Website | http://www.emergentnoise.com |
Supported Languages | 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" } |