TweetDeck Launcher
This extension allows you to launch TweetDeck easily by adding a handy button to your browser bar.
TweetDeck Launcherとは何ですか?
TweetDeck Launcherはhttps://tweetdeck.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to launch TweetDeck easily by adding a handy button to your browser bar.」です。
拡張機能のスクリーンショット
TweetDeck Launcher拡張機能のCRXファイルをダウンロード
TweetDeck Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to launch TweetDeck easily by adding a handy button to your browser bar. 拡張機能の基本情報
| 名前 | |
| ID | kmjdnkpkpnjblbgbnkeedepgnomafojk |
| 公式URL | https://chromewebstore.google.com/detail/tweetdeck-launcher/kmjdnkpkpnjblbgbnkeedepgnomafojk |
| 説明 | This extension allows you to launch TweetDeck easily by adding a handy button to your browser bar. |
| ファイルサイズ | 15 KB |
| インストール数 | 48,502 |
| 現在のバージョン | 2.0.2 |
| 最終更新日 | 2015-08-18 |
| 公開日 | 2015-08-18 |
| 評価 | 4.36/5 合計 414 レビュー |
| 開発者 | https://tweetdeck.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.tweetdeck.com/chrome |
| ヘルプページのURL | http://support.tweetdeck.com/categories/6170-chrome |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TweetDeck Launcher",
"manifest_version": 2,
"version": "2.0.2",
"background": {
"scripts": [
"launcher.js"
]
},
"permissions": [
"tabs",
"management"
],
"browser_action": {
"default_icon": {
"19": "assets\/24.png",
"38": "assets\/48.png"
}
},
"icons": {
"16": "assets\/16.png",
"24": "assets\/24.png",
"32": "assets\/32.png",
"48": "assets\/48.png",
"64": "assets\/64.png",
"128": "assets\/128.png"
}
} | |