TwitPlus for Twitter
Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.
TwitPlus for Twitterとは何ですか?
TwitPlus for Twitterはhttp://twitpl.usによって開発されたChromeの拡張機能で、その主な機能は「Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.」です。
拡張機能のスクリーンショット
TwitPlus for Twitter拡張機能のCRXファイルをダウンロード
TwitPlus for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet, then click the "Longer Tweet" button that appears and we'll send your shortened tweet with a link to view the rest on https://twitpl.us. TwitPlus is a service designed for the social networking site Twitter to allow an unlimited sized tweet. 140 characters most of the time is long enough for a good tweet, but when you want to tweet longer about your night out, the girl next door, the book you have just finished reading or to just rant on through the night you need more room to write longer tweets.
拡張機能の基本情報
名前 | |
ID | ckkojdhcfbkocmcheijbinidhbbebnnc |
公式URL | https://chrome.google.com/webstore/detail/twitplus-for-twitter/ckkojdhcfbkocmcheijbinidhbbebnnc |
説明 | Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears. |
ファイルサイズ | 45.77 KB |
インストール数 | 17 |
現在のバージョン | 0.1.0 |
最終更新日 | 2016-03-25 |
公開日 | 2016-03-25 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | http://twitpl.us |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.twitplus.co |
ヘルプページのURL | https://www.twitplus.co/contact |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitPlus for Twitter", "short_name": "TwitPlus", "description": "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.", "version": "0.1.0", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery.min.js", "twitplus.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "https:\/\/twitter.com\/" ] } |