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
官方網址 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"
}