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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The background color of Admin Console will be changed if the application ID matches the specified regular expression. You can use…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GAE Admin Console Highlight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |