Chrome OS Tree Status
Displays the openness / closedness of the Chrome OS build tree.
Vad är Chrome OS Tree Status?
Chrome OS Tree Status är en Chrome-tillägg utvecklad av Chromium OS Developers, och dess huvudfunktion är "Displays the openness / closedness of the Chrome OS build tree.".
Tilläggsskärmbilder
Ladda ner Chrome OS Tree Status-förlängningens CRX-fil
Ladda ner Chrome OS Tree Status-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ebdinlbmpcdebianielhijhbalinlahg |
| Officiell webbadress | https://chromewebstore.google.com/detail/chrome-os-tree-status/ebdinlbmpcdebianielhijhbalinlahg |
| Beskrivning | Displays the openness / closedness of the Chrome OS build tree. |
| Filstorlek | 68.71 KB |
| Antal Installationer | 306 |
| Aktuell Version | 5.0 |
| Senast Uppdaterad | 2015-06-02 |
| Publiceringsdatum | 2015-06-02 |
| Betyg | 1.00/5 Totalt 2 Betyg |
| Utvecklare | Chromium OS Developers |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |