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…"입니다.
확장 프로그램 스크린샷
GAE Admin Console Highlight 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |