Happy Face New Tab
A Happy Face New Tab Page that also provides current CPU and Memory Usage
Qu'est-ce que Happy Face New Tab ?
Happy Face New Tab est une extension Chrome développée par NSD, et sa fonction principale est "A Happy Face New Tab Page that also provides current CPU and Memory Usage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Happy Face New Tab
Téléchargez les fichiers d'extension Happy Face New Tab 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
A Happy Face New Tab Page that also provides current CPU and Memory Usage
Informations de Base sur l'Extension
Nom | Happy Face New Tab |
ID | joaojlmphioknijknnfgcigklninbopj |
URL Officiel | https://chromewebstore.google.com/detail/happy-face-new-tab/joaojlmphioknijknnfgcigklninbopj |
Description | A Happy Face New Tab Page that also provides current CPU and Memory Usage |
Taille du Fichier | 71.49 KB |
Nombre d'Installations | 33 |
Version Actuelle | Initial |
Dernière Mise à Jour | 2023-02-16 |
Date de Publication | 2015-10-05 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | NSD |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Happy Face New Tab", "version": "0.2", "description": "A Happy Face New Tab Page that also provides current CPU and Memory Usage", "chrome_url_overrides": { "newtab": "newTab.html" }, "permissions": [ "system.memory" ], "short_name": "Happy Tab", "version_name": "Initial" } |