Click n' Tweet
Tweet in one click within Chrome
What is Click n' Tweet?
Click n' Tweet is a Chrome extension developed by Denis Ciccale, and its main feature is "Tweet in one click within Chrome".
Extension Screenshots
Download Click n' Tweet Extension CRX File
Download Click n' Tweet 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
Really simple and fast way of tweeting within Chrome. - Tweet anything you want. - Tweet to share the current page (default). Features: - The tweet window will automatically close after tweeting. - No need to add permissions to twitter.
Extension Basic Information
Name | Click n' Tweet |
ID | gdepkkciedfadghaigjanfkcdedenpbh |
Official URL | https://chromewebstore.google.com/detail/click-n-tweet/gdepkkciedfadghaigjanfkcdedenpbh |
Description | Tweet in one click within Chrome |
File Size | 305 KB |
Installation Count | 301 |
Current Version | 1.4.7 |
Last Updated | 2013-08-25 |
Publish Date | 2013-08-25 |
Rating | 4.85/5 Total 13 Ratings |
Developer | Denis Ciccale |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click n' Tweet", "description": "Tweet in one click within Chrome", "version": "1.4.7", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Tweet!" }, "background": { "scripts": [ "clickntweet.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |