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…
O que é GAE Admin Console Highlight?
GAE Admin Console Highlight é uma extensão do Chrome desenvolvida por Ryo Yamasaki @vierjp, e sua principal característica é "The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GAE Admin Console Highlight
Baixe arquivos de extensão GAE Admin Console Highlight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GAE Admin Console Highlight |
ID | ankbabdobnjlbmikloabjgghafonlmpl |
URL Oficial | https://chromewebstore.google.com/detail/gae-admin-console-highlig/ankbabdobnjlbmikloabjgghafonlmpl |
Descrição | The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use… |
Tamanho do Arquivo | 128 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.0.0 |
Última Atualização | 2012-11-12 |
Data de Publicação | 2012-11-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Ryo Yamasaki @vierjp |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |