Tweet A Link
This extension allows you to share a link on twitter via one-click.
Tweet A Link क्या है?
Tweet A Link JoeSaad.net of Amplios Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to share a link on twitter via one-click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tweet A Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You find a link, you like it and want to tweet it to all your friends. No more you need to copy paste and go to twitter site to tweet it. This extension allows you to tweet the links/URLs you link on a click right away. You go to a site and you like it, you do not have to search for the twitter button inside it to tweet that site, this extension helps you all from one place to tweet all your pages right away.
एक्सटेंशन की मूल जानकारी
नाम | Tweet A Link |
ID | hbkmajenkjppmnonpnpnlblkpkbohnmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/tweet-a-link/hbkmajenkjppmnonpnpnlblkpkbohnmi |
विवरण | This extension allows you to share a link on twitter via one-click. |
फ़ाइल का आकार | 33.77 KB |
स्थापना संख्या | 275 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2014-02-20 |
प्रकाशन तिथि | 2014-02-20 |
रेटिंग | 4.95/5 कुल 20 रेटिंग्स |
डेवलपर | JoeSaad.net of Amplios Labs |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet A Link", "description": "This extension allows you to share a link on twitter via one-click.", "version": "1.0.2", "browser_action": { "default_title": "Tweet A Link", "default_icon": "icon.png", "default_popup": "popup.html" }, "short_name": "TweetALink", "author": "Joe Saad of Amplios LLC", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/twitter.com\/share", "tabs" ] } |