QuickTweet
A Twitter ToolKit by Will
What is QuickTweet?
QuickTweet is a Chrome extension developed by cobwebsteruk, and its main feature is "A Twitter ToolKit by Will".
Extension Screenshots
Download QuickTweet Extension CRX File
Download QuickTweet 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
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
Extension Basic Information
Name | QuickTweet |
ID | glongeojkcbhnkhjjlbijdcfgmndigjp |
Official URL | https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp |
Description | A Twitter ToolKit by Will |
File Size | 15.44 KB |
Installation Count | 140 |
Current Version | 1.1 |
Last Updated | 2017-07-10 |
Publish Date | 2017-07-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cobwebsteruk |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |