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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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