System Monitor
Monitor system status like CPU, memory, battery
System Monitor क्या है?
System Monitor Rongjian Zhang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor system status like CPU, memory, battery"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में System Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Source code: https://github.com/pd4d10/system-monitor
एक्सटेंशन की मूल जानकारी
नाम | System Monitor |
ID | ecmlflnkenbdjfocclindonmigndecla |
आधिकारिक URL | https://chromewebstore.google.com/detail/system-monitor/ecmlflnkenbdjfocclindonmigndecla |
विवरण | Monitor system status like CPU, memory, battery |
फ़ाइल का आकार | 94.98 KB |
स्थापना संख्या | 12,890 |
वर्तमान संस्करण | 1.5.1 |
अंतिम अपडेट | 2020-02-01 |
प्रकाशन तिथि | 2020-02-01 |
रेटिंग | 4.57/5 कुल 49 रेटिंग्स |
डेवलपर | Rongjian Zhang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pd4d10/system-monitor |
सहायता पृष्ठ URL | https://github.com/pd4d10/system-monitor |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "System Monitor", "version": "1.5.1", "description": "Monitor system status like CPU, memory, battery", "homepage_url": "https:\/\/github.com\/pd4d10\/system-monitor", "offline_enabled": true, "background": { "scripts": [ "dist\/background.js" ] }, "permissions": [ "system.cpu", "system.memory", "system.storage", "storage" ], "browser_action": { "default_popup": "dist\/popup.html" }, "options_ui": { "page": "dist\/options.html", "chrome_style": true }, "icons": { "128": "icon.png" } } |