Compact Chat
Helps to make the Google Chat more compact.
Qu'est-ce que Compact Chat ?
Compact Chat est une extension Chrome développée par Jiri Tyr, et sa fonction principale est "Helps to make the Google Chat more compact.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Compact Chat
Téléchargez les fichiers d'extension Compact Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | bklmkimoffejblknkmgkacngcmahkagf |
URL Officiel | https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf |
Description | Helps to make the Google Chat more compact. |
Taille du Fichier | 36.06 KB |
Nombre d'Installations | 625 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2013-09-30 |
Date de Publication | 2013-09-30 |
Évaluation | 3.60/5 Total 10 Évaluations |
Développeur | Jiri Tyr |
Type de Paiement | free |
Site Web de l'Extension | http://compact-gmailchat.googlecode.com |
Langues Prises en Charge | 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" } |