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…

Co je GAE Admin Console Highlight?

GAE Admin Console Highlight je rozšíření Chrome vyvinuté Ryo Yamasaki @vierjp, a jeho hlavní funkcí je „The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GAE Admin Console Highlight

Stáhněte si soubory rozšíření GAE Admin Console Highlight ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GAE Admin Console Highlight GAE Admin Console Highlight
ID ankbabdobnjlbmikloabjgghafonlmpl
Oficiální URL https://chromewebstore.google.com/detail/gae-admin-console-highlig/ankbabdobnjlbmikloabjgghafonlmpl
Popis The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…
Velikost souboru 128 KB
Počet instalací 54
Aktuální Verze 1.0.0
Poslední Aktualizace 2012-11-12
Datum Vydání 2012-11-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Ryo Yamasaki @vierjp
Typ Platby free
Podporované Jazyky 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"
}