Twitter social tooolkit
Allows you to share text, images, content, links, page, etc to your twitter account
What is Twitter social tooolkit?
Twitter social tooolkit is a Chrome extension developed by Unknown, and its main feature is "Allows you to share text, images, content, links, page, etc to your twitter account".
Download Twitter social tooolkit Extension CRX File
Download Twitter social tooolkit 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
Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account
Extension Basic Information
Name | Twitter social tooolkit |
ID | ipjkmdfealmjcgeklfbpnjnejhdofnma |
Official URL | https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma |
Description | Allows you to share text, images, content, links, page, etc to your twitter account |
File Size | 4.71 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2017-09-21 |
Publish Date | 2017-09-20 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter social tooolkit", "description": "Allows you to share text, images, content, links, page, etc to your twitter account", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistant": false }, "icons": { "64": "icon.png", "32": "icon.png", "16": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ] } |