ChromeOS Diagnostics

The helper extension for the ChromeOS Diagnostics PWA.

Apa itu ChromeOS Diagnostics?

ChromeOS Diagnostics adalah ekstensi Chrome yang dikembangkan oleh Aayush Joglekar, dan fitur utamanya adalah "The helper extension for the ChromeOS Diagnostics PWA.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChromeOS Diagnostics

Unduh file ekstensi ChromeOS Diagnostics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChromeOS Diagnostics ChromeOS Diagnostics
ID iaikiknobcggeikpbccmekhmhjkclgie
URL Resmi https://chromewebstore.google.com/detail/chromeos-diagnostics/iaikiknobcggeikpbccmekhmhjkclgie
Deskripsi The helper extension for the ChromeOS Diagnostics PWA.
Ukuran File 67.96 KB
Jumlah Instalasi 714
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-03-25
Tanggal Publikasi 2021-03-25
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Aayush Joglekar
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://diagchrome.netlify.app
Bahasa yang Didukung 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\/*"
        ]
    }
}