Compact Chat

Helps to make the Google Chat more compact.

Cos'è Compact Chat?

Compact Chat è un'estensione di Chrome sviluppata da Jiri Tyr, e la sua funzione principale è "Helps to make the Google Chat more compact.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Compact Chat

Scarica i file di estensione Compact Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Compact Chat Compact Chat
ID bklmkimoffejblknkmgkacngcmahkagf
URL Ufficiale https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf
Descrizione Helps to make the Google Chat more compact.
Dimensione del File 36.06 KB
Conteggio Installazioni 625
Versione Corrente 1.8
Ultimo Aggiornamento 2013-09-30
Data di Pubblicazione 2013-09-30
Valutazione 3.60/5 Totale 10 Valutazioni
Sviluppatore Jiri Tyr
Tipo di Pagamento free
Sito Web dell'Estensione http://compact-gmailchat.googlecode.com
Lingue Supportate 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"
}