Tweeter
Tweet directly from your browser bar
What is Tweeter?
Tweeter is a Chrome extension developed by https://wegnerdesign.com, and its main feature is "Tweet directly from your browser bar".
Extension Screenshots
Download Tweeter Extension CRX File
Download Tweeter 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
No funny business tweet button. All it does is puts a twitter icon on your toolbar, and automates twitter web intents when you hit tweet. I don't track you. I don't automatically enter text for you. I don't make you follow me. Just tweet stuff. If you've got bugs, please leave a review with some details of what's going wrong. If you've got feature requests, please go find another twitter extension and post them there. When I say "No funny business", I mean it. This app lets you send tweets. That's it. Nothing more. Move along.
Extension Basic Information
Name | Tweeter |
ID | mneicboilaibkfhoealhcglboiabhodb |
Official URL | https://chromewebstore.google.com/detail/tweeter/mneicboilaibkfhoealhcglboiabhodb |
Description | Tweet directly from your browser bar |
File Size | 257 KB |
Installation Count | 3,323 |
Current Version | 0.6.1 |
Last Updated | 2012-07-05 |
Publish Date | 2012-07-05 |
Rating | 4.20/5 Total 109 Ratings |
Developer | https://wegnerdesign.com |
Payment Type | free |
Extension Website | http://www.wegnerdesign.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweeter", "version": "0.6.1", "manifest_version": 2, "permissions": [ "tabs", "https:\/\/twitter.com\/intent\/tweet" ], "description": "Tweet directly from your browser bar", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "96": "icon96.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |