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 là gì?

GAE Admin Console Highlight là một tiện ích mở rộng Chrome được phát triển bởi Ryo Yamasaki @vierjp, và tính năng chính của nó là "The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GAE Admin Console Highlight

Tải xuống các tệp mở rộng GAE Admin Console Highlight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GAE Admin Console Highlight GAE Admin Console Highlight
ID ankbabdobnjlbmikloabjgghafonlmpl
URL Chính Thức https://chromewebstore.google.com/detail/gae-admin-console-highlig/ankbabdobnjlbmikloabjgghafonlmpl
Mô tả The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2012-11-12
Ngày Phát Hành 2012-11-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ryo Yamasaki @vierjp
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}