ChromeOS Diagnostics

The helper extension for the ChromeOS Diagnostics PWA.

ChromeOS Diagnosticsคืออะไร?

ChromeOS Diagnostics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aayush Joglekar และคุณลักษณะหลักของมันคือ "The helper extension for the ChromeOS Diagnostics PWA."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChromeOS Diagnostics

ดาวน์โหลดไฟล์ส่วนขยาย ChromeOS Diagnostics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChromeOS Diagnostics ChromeOS Diagnostics
ID iaikiknobcggeikpbccmekhmhjkclgie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chromeos-diagnostics/iaikiknobcggeikpbccmekhmhjkclgie
คำอธิบาย The helper extension for the ChromeOS Diagnostics PWA.
ขนาดไฟล์ 67.96 KB
จำนวนการติดตั้ง 714
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-03-25
วันที่เผยแพร่ 2021-03-25
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aayush Joglekar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://diagchrome.netlify.app
ภาษาที่รองรับ 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\/*"
        ]
    }
}