ChromeOS Diagnostics
The helper extension for the ChromeOS Diagnostics PWA.
Qu'est-ce que ChromeOS Diagnostics ?
ChromeOS Diagnostics est une extension Chrome développée par Aayush Joglekar, et sa fonction principale est "The helper extension for the ChromeOS Diagnostics PWA.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChromeOS Diagnostics
Téléchargez les fichiers d'extension ChromeOS Diagnostics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
DiagChrome is a PWA for monitoring telemetrics data of a user's system in realtime. This app helps to fill the void of universal beautiful app which can be installed on ChromeOS for monitoring realtime data.
Informations de Base sur l'Extension
Nom | ChromeOS Diagnostics |
ID | iaikiknobcggeikpbccmekhmhjkclgie |
URL Officiel | https://chromewebstore.google.com/detail/chromeos-diagnostics/iaikiknobcggeikpbccmekhmhjkclgie |
Description | The helper extension for the ChromeOS Diagnostics PWA. |
Taille du Fichier | 67.96 KB |
Nombre d'Installations | 714 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-03-25 |
Date de Publication | 2021-03-25 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Aayush Joglekar |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://diagchrome.netlify.app |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeOS Diagnostics", "version": "0.1", "description": "The helper extension for the ChromeOS Diagnostics PWA.", "manifest_version": 3, "icons": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "48": "images\/android-icon-48x48.png", "128": "images\/apple-icon-120x120.png" }, "background": { "service_worker": "script.js" }, "permissions": [ "system.cpu", "system.storage", "system.memory" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/diagchrome.netlify.app\/*" ] } } |