GAE Admin Console Highlight
The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…
Qu'est-ce que GAE Admin Console Highlight ?
GAE Admin Console Highlight est une extension Chrome développée par Ryo Yamasaki @vierjp, et sa fonction principale est "The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GAE Admin Console Highlight
Téléchargez les fichiers d'extension GAE Admin Console Highlight 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
The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use for the distinction between production and test environments. - Privacy Policy This extension has made the collection of usage by Google Analytics. Information personally identifiable or information such as Website you are viewing does not send. Cookies are used for tracking.
Informations de Base sur l'Extension
Nom | GAE Admin Console Highlight |
ID | ankbabdobnjlbmikloabjgghafonlmpl |
URL Officiel | https://chromewebstore.google.com/detail/gae-admin-console-highlig/ankbabdobnjlbmikloabjgghafonlmpl |
Description | The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use… |
Taille du Fichier | 128 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2012-11-12 |
Date de Publication | 2012-11-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Ryo Yamasaki @vierjp |
Type de Paiement | free |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "content_scripts": [ { "js": [ "jquery-1.6.4.js", "script.js" ], "matches": [ "https:\/\/appengine.google.com\/*" ] } ], "permissions": [], "optional_permissions": [], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": ".\/icon16.png", "48": ".\/icon48.png", "128": ".\/icon128.png" }, "background": { "page": ".\/background.html" }, "options_page": "options.html", "default_locale": "en" } |