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…

什么是GAE Admin Console Highlight?

GAE Admin Console Highlight是由Ryo Yamasaki @vierjp开发的Chrome扩展程序,该扩展的主要功能是“The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…”。

扩展截图

screenshot

下载GAE Admin Console Highlight扩展crx文件

下载GAE Admin Console Highlight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GAE Admin Console Highlight GAE Admin Console Highlight
ID ankbabdobnjlbmikloabjgghafonlmpl
官方URL https://chromewebstore.google.com/detail/gae-admin-console-highlig/ankbabdobnjlbmikloabjgghafonlmpl
简介 The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…
文件大小 128 KB
安装次数 54
当前版本 1.0.0
更新时间 2012-11-12
上架时间 2012-11-12
评分 5.00/5 共2次评分
开发者 Ryo Yamasaki @vierjp
付费类型 free
支持的语言 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"
}