Just Tweet Button
Just tweet browsing site, without any other features
What is Just Tweet Button?
Just Tweet Button is a Chrome extension developed by KaoriYa, and its main feature is "Just tweet browsing site, without any other features".
Extension Screenshots
Download Just Tweet Button Extension CRX File
Download Just Tweet Button 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
Very very very simple tweet button. Just tweet current site title and URL. No other features like the count. You cat get whole source codes from here: https://github.com/koron/JustTweet Changes in 1.1: * Add "tabs" permission to work with new version of Chrome. * Change prefix for page title as "»". (it will be configurable in future version)
Extension Basic Information
Name | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
Official URL | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
Description | Just tweet browsing site, without any other features |
File Size | 10.92 KB |
Installation Count | 7,645 |
Current Version | 1.1 |
Last Updated | 2017-06-10 |
Publish Date | 2017-06-09 |
Rating | 4.40/5 Total 42 Ratings |
Developer | KaoriYa |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png", "default_title": "__MSG_buttonTip__" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |