Compact Chat

Helps to make the Google Chat more compact.

Apa itu Compact Chat?

Compact Chat adalah ekstensi Chrome yang dikembangkan oleh Jiri Tyr, dan fitur utamanya adalah "Helps to make the Google Chat more compact.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Compact Chat

Unduh file ekstensi Compact Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Compact Chat Compact Chat
ID bklmkimoffejblknkmgkacngcmahkagf
URL Resmi https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf
Deskripsi Helps to make the Google Chat more compact.
Ukuran File 36.06 KB
Jumlah Instalasi 625
Versi Saat Ini 1.8
Terakhir Diperbarui 2013-09-30
Tanggal Publikasi 2013-09-30
Penilaian 3.60/5 Total 10 Penilaian
Pengembang Jiri Tyr
Tipe Pembayaran free
Situs Ekstensi http://compact-gmailchat.googlecode.com
Bahasa yang Didukung 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"
}