Compact Chat
Helps to make the Google Chat more compact.
Wat is Compact Chat?
Compact Chat is een Chrome-extensie ontwikkeld door Jiri Tyr, en de belangrijkste functie is "Helps to make the Google Chat more compact.".
Extensie Screenshots
Download het CRX-bestand van de extensie Compact Chat
Download Compact Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | bklmkimoffejblknkmgkacngcmahkagf |
Officiële URL | https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf |
Beschrijving | Helps to make the Google Chat more compact. |
Bestandsgrootte | 36.06 KB |
Aantal Installaties | 625 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2013-09-30 |
Publicatiedatum | 2013-09-30 |
Beoordeling | 3.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Jiri Tyr |
Betalingswijze | free |
Extensiewebsite | http://compact-gmailchat.googlecode.com |
Ondersteunde Talen | 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" } |