Monitor and Clean system's CPU / RAM usage
Monitoring and cleaning system for computer's CPU and RAM usage
Qu'est-ce que Monitor and Clean system's CPU / RAM usage ?
Monitor and Clean system's CPU / RAM usage est une extension Chrome développée par md-mdshopon40722, et sa fonction principale est "Monitoring and cleaning system for computer's CPU and RAM usage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Monitor and Clean system's CPU / RAM usage
Téléchargez les fichiers d'extension Monitor and Clean system's CPU / RAM usage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
System Monitor is simpler extension — it shows you how much CPU and RAM you are using. It changes color as your usage changes—yellow if you're using a lot of resources and red if you're running out. You can choose what to display on the icon to keep close eye on CPU or RAM. Chrome OS users can now monitor their CPU temperature now. It can also clear up memory and cpu used by the browser. Keep in mind that clear feature only controls browser usage and does not have any control on your internal system. You can use this feature by clicking on the extension icon on the top right and also to view the CPU and RAM usage. It's dead simple, if all you want is to keep an eye on those two stats. Enjoy! Update version 1.2.5: Added new feature to share computer CPU and RAM information with friends on socials: Twitter, LinkedIn and Facebook (automatically shared using post api).
Informations de Base sur l'Extension
Nom | Monitor and Clean system's CPU / RAM usage |
ID | abhdadadmefcinkehbogolpfocgjkkgb |
URL Officiel | https://chromewebstore.google.com/detail/monitor-and-clean-systems/abhdadadmefcinkehbogolpfocgjkkgb |
Description | Monitoring and cleaning system for computer's CPU and RAM usage |
Taille du Fichier | 389 KB |
Nombre d'Installations | 32,024 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2023-10-18 |
Date de Publication | 2020-05-31 |
Évaluation | 4.78/5 Total 955 Évaluations |
Développeur | md-mdshopon40722 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/mdshopon40722/home |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Monitor and Clean system's CPU \/ RAM usage", "version": "1.2.5", "description": "Monitoring and cleaning system for computer's CPU and RAM usage", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icons\/analytics-128.png" }, "icons": { "128": "icons\/analytics-128.png" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader.2871d7a8.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.linkedin.com\/*" ] } ], "permissions": [ "declarativeNetRequest", "storage", "system.cpu", "system.memory" ], "host_permissions": [ "https:\/\/twitter.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/twitter.com\/*" ], "resources": [ "assets\/index.tsx.a3f7ee88.js" ], "use_dynamic_url": true } ] } |