Just Tweet Button
Just tweet browsing site, without any other features
Just Tweet Buttonとは何ですか?
Just Tweet ButtonはKaoriYaによって開発されたChromeの拡張機能で、その主な機能は「Just tweet browsing site, without any other features」です。
拡張機能のスクリーンショット
Just Tweet Button拡張機能のCRXファイルをダウンロード
Just Tweet Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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)
拡張機能の基本情報
名前 | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
公式URL | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
説明 | Just tweet browsing site, without any other features |
ファイルサイズ | 10.92 KB |
インストール数 | 7,645 |
現在のバージョン | 1.1 |
最終更新日 | 2017-06-10 |
公開日 | 2017-06-09 |
評価 | 4.40/5 合計 42 レビュー |
開発者 | KaoriYa |
支払い方法 | free |
対応言語 | 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" ] } |