Simple Share
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Simple Share क्या है?
Simple Share Nachiket Vartak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Simple Share |
ID | pogmhkgpgojoolbdonmccgnnmfopelka |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka |
विवरण | Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle. |
फ़ाइल का आकार | 23.64 KB |
स्थापना संख्या | 687 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2013-11-26 |
प्रकाशन तिथि | 2013-11-26 |
रेटिंग | 4.71/5 कुल 7 रेटिंग्स |
डेवलपर | Nachiket Vartak |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.emergentnoise.com |
समर्थित भाषाएँ | 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" } |