ChromeOS Diagnostics
The helper extension for the ChromeOS Diagnostics PWA.
Wat is ChromeOS Diagnostics?
ChromeOS Diagnostics is een Chrome-extensie ontwikkeld door Aayush Joglekar, en de belangrijkste functie is "The helper extension for the ChromeOS Diagnostics PWA.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChromeOS Diagnostics
Download ChromeOS Diagnostics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iaikiknobcggeikpbccmekhmhjkclgie |
| Officiële URL | https://chromewebstore.google.com/detail/chromeos-diagnostics/iaikiknobcggeikpbccmekhmhjkclgie |
| Beschrijving | The helper extension for the ChromeOS Diagnostics PWA. |
| Bestandsgrootte | 67.96 KB |
| Aantal Installaties | 714 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2021-03-25 |
| Publicatiedatum | 2021-03-25 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Aayush Joglekar |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://diagchrome.netlify.app |
| Ondersteunde Talen | 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\/*"
]
}
} | |