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