ChromeOS Diagnostics

The helper extension for the ChromeOS Diagnostics PWA.

什麼是ChromeOS Diagnostics?

ChromeOS Diagnostics是由Aayush Joglekar開發的Chrome擴展程式,該擴展的主要功能是“The helper extension for the ChromeOS Diagnostics PWA.”。

擴展截圖

screenshot

下載ChromeOS Diagnostics擴展crx文件

下載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
官方網址 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\/*"
        ]
    }
}