Compact Chat

Helps to make the Google Chat more compact.

Was ist Compact Chat?

Compact Chat ist eine Chrome-Erweiterung, die von Jiri Tyr entwickelt wurde, und ihr Hauptmerkmal ist "Helps to make the Google Chat more compact.".

Erweiterungsscreenshots

screenshot
screenshot

Compact Chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Compact Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Compact Chat Compact Chat
ID bklmkimoffejblknkmgkacngcmahkagf
Offizielle URL https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf
Beschreibung Helps to make the Google Chat more compact.
Dateigröße 36.06 KB
Installationsanzahl 625
Aktuelle Version 1.8
Letztes Update 2013-09-30
Veröffentlichungsdatum 2013-09-30
Bewertung 3.60/5 Insgesamt 10 Bewertungen
Entwickler Jiri Tyr
Zahlungsart free
Erweiterungswebsite http://compact-gmailchat.googlecode.com
Unterstützte Sprachen 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"
}