Compact Chat

Helps to make the Google Chat more compact.

Compact Chat là gì?

Compact Chat là một tiện ích mở rộng Chrome được phát triển bởi Jiri Tyr, và tính năng chính của nó là "Helps to make the Google Chat more compact.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Compact Chat

Tải xuống các tệp mở rộng Compact Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Compact Chat Compact Chat
ID bklmkimoffejblknkmgkacngcmahkagf
URL Chính Thức https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf
Mô tả Helps to make the Google Chat more compact.
Kích Thước Tệp 36.06 KB
Số Lần Cài Đặt 625
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2013-09-30
Ngày Phát Hành 2013-09-30
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Jiri Tyr
Loại Thanh Toán free
Trang Web Mở Rộng http://compact-gmailchat.googlecode.com
Ngôn Ngữ Được Hỗ Trợ 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"
}