ChromeOS Diagnostics

The helper extension for the ChromeOS Diagnostics PWA.

Vad är ChromeOS Diagnostics?

ChromeOS Diagnostics är en Chrome-tillägg utvecklad av Aayush Joglekar, och dess huvudfunktion är "The helper extension for the ChromeOS Diagnostics PWA.".

Tilläggsskärmbilder

screenshot

Ladda ner ChromeOS Diagnostics-förlängningens CRX-fil

Ladda ner ChromeOS Diagnostics-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

                        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.                    

Grundläggande Information om Tillägg

Namn ChromeOS Diagnostics ChromeOS Diagnostics
ID iaikiknobcggeikpbccmekhmhjkclgie
Officiell webbadress https://chromewebstore.google.com/detail/chromeos-diagnostics/iaikiknobcggeikpbccmekhmhjkclgie
Beskrivning The helper extension for the ChromeOS Diagnostics PWA.
Filstorlek 67.96 KB
Antal Installationer 714
Aktuell Version 0.1
Senast Uppdaterad 2021-03-25
Publiceringsdatum 2021-03-25
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Aayush Joglekar
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://diagchrome.netlify.app
Stödda Språk 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\/*"
        ]
    }
}