Tweet Smart
Compose Auto Numbered Tweet Storms
Tweet Smartとは何ですか?
Tweet SmartはShashi Singhによって開発されたChromeの拡張機能で、その主な機能は「Compose Auto Numbered Tweet Storms」です。
拡張機能のスクリーンショット
Tweet Smart拡張機能のCRXファイルをダウンロード
Tweet Smart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TweetSmart helps you compose automatically numbered tweet storms. When expressing your views on twitter, sometimes it takes a series of tweets rather than just one. Many people go about numbering their tweets 1/n,2/n... without knowing what n would eventually be. TweetSmart is a smart compose box which automatically breaks down your composition into tweets and numbers them and then tweets them as responses so that they appeared clubbed when your followers view them on their timeline.
拡張機能の基本情報
名前 | Tweet Smart |
ID | cidmafpjjhaajnpfefgfpnnalhkepppf |
公式URL | https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf |
説明 | Compose Auto Numbered Tweet Storms |
ファイルサイズ | 942 KB |
インストール数 | 37 |
現在のバージョン | 1.7 |
最終更新日 | 2015-12-11 |
公開日 | 2015-12-10 |
評価 | 4.10/5 合計 10 レビュー |
開発者 | Shashi Singh |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://tweetsmart.in |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet Smart", "description": "Compose Auto Numbered Tweet Storms", "author": "offered by Shashi Singh", "version": "1.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "chrome_ex_oauth.js", "chrome_ex_oauthsimple.js", "background.js" ], "persistent": false }, "web_accessible_resources": [ "chrome_ex_oauth.html" ], "permissions": [ "activeTab", "storage", "https:\/\/api.twitter.com\/oauth\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |