Compact Chat
Helps to make the Google Chat more compact.
Compact Chatとは何ですか?
Compact ChatはJiri Tyrによって開発されたChromeの拡張機能で、その主な機能は「Helps to make the Google Chat more compact.」です。
拡張機能のスクリーンショット
Compact Chat拡張機能のCRXファイルをダウンロード
Compact Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps to make the Google Chat more compact. Supported envirnonments: * Gmail * Google Plus Supported options: * Hide GTalk title * Hide GTalk search field * Hide GTalk status * Hide GTalk invisible alert Project page: http://compact-gmailchat.googlecode.com
拡張機能の基本情報
名前 | |
ID | bklmkimoffejblknkmgkacngcmahkagf |
公式URL | https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf |
説明 | Helps to make the Google Chat more compact. |
ファイルサイズ | 36.06 KB |
インストール数 | 625 |
現在のバージョン | 1.8 |
最終更新日 | 2013-09-30 |
公開日 | 2013-09-30 |
評価 | 3.60/5 合計 10 レビュー |
開発者 | Jiri Tyr |
支払い方法 | free |
拡張機能のウェブサイト | http://compact-gmailchat.googlecode.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Compact Chat", "version": "1.8", "description": "Helps to make the Google Chat more compact.", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "options_page": "html\/options.html", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/mail.google.com\/mail\/*", "https:\/\/mail.google.com\/mail\/*", "http:\/\/talkgadget.google.com\/talkgadget\/*", "https:\/\/talkgadget.google.com\/talkgadget\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end" } ], "background": "html\/background.html" } |