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ファイルをダウンロード
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 |
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" } |