ClickTweet
Tweet whatever you are viewing (text, images, links etc) with a right-click!
ClickTweet क्या है?
ClickTweet https://idamo.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tweet whatever you are viewing (text, images, links etc) with a right-click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ClickTweet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LiveTweeting your favorite show? No need to pause! Reading a fascinating article? No need to leave the page! ClickTweet is a simple extension which allows Twitter users to simply right-click the content they want to tweet (be it a page, image, link or highlighted text) and tweet directly. Here's the catch: You don't even need to manually open Twitter to post! Simply tweet what you want without having to leave what you are currently working on. Ever wanted to share text, the link to a page, image or hyperlink and had to: * Copy content * Open Twitter * Click the "New Tweet" button * Then post the tweet, before going back to what you were viewing? Sounds like such a hassle, doesn't it? Here's where we come in. ClickTweet's procedure is really simple: * Right-click content to be tweeted * Select ClickTweet * Tweet the content Simple as it ought to be, right? DISCLAIMER: For security reasons, ClickTweet does not ask or store your passwords (so no worries).
एक्सटेंशन की मूल जानकारी
नाम | ClickTweet |
ID | iemenfddoiochmlhbdbggjamfpjcclpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/clicktweet/iemenfddoiochmlhbdbggjamfpjcclpd |
विवरण | Tweet whatever you are viewing (text, images, links etc) with a right-click! |
फ़ाइल का आकार | 28.95 KB |
स्थापना संख्या | 172 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-09-18 |
प्रकाशन तिथि | 2015-09-18 |
रेटिंग | 3.50/5 कुल 6 रेटिंग्स |
डेवलपर | https://idamo.github.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://idamo.github.io/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClickTweet", "description": "Tweet whatever you are viewing (text, images, links etc) with a right-click!", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "icons": { "64": "icon2.png", "32": "icon2.png", "16": "icon2.png", "128": "icon2.png" }, "permissions": [ "contextMenus" ] } |