ChromeOS Diagnostics

The helper extension for the ChromeOS Diagnostics PWA.

ChromeOS Diagnostics क्या है?

ChromeOS Diagnostics Aayush Joglekar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The helper extension for the ChromeOS Diagnostics PWA."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChromeOS Diagnostics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}