QuickTweet
A Twitter ToolKit by Will
QuickTweet क्या है?
QuickTweet cobwebsteruk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Twitter ToolKit by Will"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QuickTweet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Quick Tweeting tool which allows you to tweet selections, pages, images and URLS without the need of typing or going to twitter.
Right click anywhere on a page to tweet the page URL
Right click selected text to tweet the text
Right click a image to tweet the image
Right click a link to tweet the link एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | glongeojkcbhnkhjjlbijdcfgmndigjp |
| आधिकारिक URL | https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp |
| विवरण | A Twitter ToolKit by Will |
| फ़ाइल का आकार | 15.44 KB |
| स्थापना संख्या | 140 |
| वर्तमान संस्करण | 1.1 |
| अंतिम अपडेट | 2017-07-10 |
| प्रकाशन तिथि | 2017-07-10 |
| रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
| डेवलपर | cobwebsteruk |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QuickTweet",
"description": "A Twitter ToolKit by Will",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"64": "bigicon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"myscript.js"
]
}
],
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"contextMenus"
]
} | |