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"
}