Chrome OS Tree Status
Displays the openness / closedness of the Chrome OS build tree.
Chrome OS Tree Status क्या है?
Chrome OS Tree Status Chromium OS Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the openness / closedness of the Chrome OS build tree."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome OS Tree Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides an icon next to the combo-bar that shows the green / redness of the ChromeOS build tree. Clicking on the icon gives you instant access to the build tree. You can customize this extension to point at a different build status URL. Version 3.2: Use JSON parser. Full status message shows as tooltip Version 3.3: Be tolerant of tree statuses that are neither "open" nor "closed" Version 3.4: Clicking on badge does an update Version 3.5: 3 changes from vapier, updating waterfall URL, switching to a new manifest and adding an option for icon clicking behavior Version 4.2: Display tree "throttled" state Version 5.0: Display notifications to sheriffs
एक्सटेंशन की मूल जानकारी
नाम | Chrome OS Tree Status |
ID | ebdinlbmpcdebianielhijhbalinlahg |
आधिकारिक URL | https://chromewebstore.google.com/detail/chrome-os-tree-status/ebdinlbmpcdebianielhijhbalinlahg |
विवरण | Displays the openness / closedness of the Chrome OS build tree. |
फ़ाइल का आकार | 68.71 KB |
स्थापना संख्या | 306 |
वर्तमान संस्करण | 5.0 |
अंतिम अपडेट | 2015-06-02 |
प्रकाशन तिथि | 2015-06-02 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | Chromium OS Developers |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "36", "background": { "persistent": false, "scripts": [ "common.js", "background.js" ] }, "browser_action": { "default_title": "" }, "default_locale": "en", "description": "__MSG_chromebuildcheck_description__", "icons": { "128": "images\/icon_128.png" }, "name": "__MSG_chromebuildcheck_name__", "options_page": "options.html", "permissions": [ "alarms", "notifications", "tabs", "http:\/\/chromiumos-status.appspot.com\/", "https:\/\/chromiumos-status.appspot.com\/", "http:\/\/build.chromium.org\/", "https:\/\/build.chromium.org\/" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "5.0" } |