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
Eメール [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\/*"
        ]
    }
}