Compact Chat
Helps to make the Google Chat more compact.
What is Compact Chat?
Compact Chat is a Chrome extension developed by Jiri Tyr, and its main feature is "Helps to make the Google Chat more compact.".
Extension Screenshots
Download Compact Chat Extension CRX File
Download Compact Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | bklmkimoffejblknkmgkacngcmahkagf |
Official URL | https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf |
Description | Helps to make the Google Chat more compact. |
File Size | 36.06 KB |
Installation Count | 625 |
Current Version | 1.8 |
Last Updated | 2013-09-30 |
Publish Date | 2013-09-30 |
Rating | 3.60/5 Total 10 Ratings |
Developer | Jiri Tyr |
Payment Type | free |
Extension Website | http://compact-gmailchat.googlecode.com |
Supported Languages | 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" } |