Twitter Capture Toolkit
Allows you to share text, images, content, links, page, etc. to your twitter account.
What is Twitter Capture Toolkit?
Twitter Capture Toolkit is a Chrome extension developed by markpro, and its main feature is "Allows you to share text, images, content, links, page, etc. to your twitter account.".
Extension Screenshots
Download Twitter Capture Toolkit Extension CRX File
Download Twitter Capture Toolkit 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
Tweet Link / Image / Selection tool : This tool adds a context menu to your chrome web browser to allow you to tweet images, links and selection just by right clicking on them from any website. More features and tools will be included on user requests, so please use support tab for submitting more suggestions to add more functionalities into this tool.
Extension Basic Information
Name | Twitter Capture Toolkit |
ID | bimjofdfljlohcechnfngpifcjofpmhi |
Official URL | https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi |
Description | Allows you to share text, images, content, links, page, etc. to your twitter account. |
File Size | 34.34 KB |
Installation Count | 57 |
Current Version | 1.0 |
Last Updated | 2018-02-01 |
Publish Date | 2018-02-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | markpro |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Capture Toolkit", "description": "Allows you to share text, images, content, links, page, etc. to your twitter account.", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "64": "icon.png", "32": "icon.png", "16": "icon.png", "126": "icon.png" }, "permissions": [ "contextMenus" ] } |