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 - это расширение Chrome, разработанное Ryo Yamasaki @vierjp, и его основная функция - "The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GAE Admin Console Highlight

Скачайте файлы расширений 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"
}