Chrome OS Tree Status
Displays the openness / closedness of the Chrome OS build tree.
Τι είναι το Chrome OS Tree Status;
Το Chrome OS Tree Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chromium OS Developers, και η κύρια λειτουργία του είναι "Displays the openness / closedness of the Chrome OS build tree.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chrome OS Tree Status
Λήψη αρχείων επέκτασης Chrome OS Tree Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
} | |