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.”。

扩展截图

screenshot
screenshot

下载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                    

扩展基本信息

名称 Compact Chat Compact Chat
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"
}