Happy Face New Tab
A Happy Face New Tab Page that also provides current CPU and Memory Usage
Wat is Happy Face New Tab?
Happy Face New Tab is een Chrome-extensie ontwikkeld door NSD, en de belangrijkste functie is "A Happy Face New Tab Page that also provides current CPU and Memory Usage".
Extensie Screenshots
Download het CRX-bestand van de extensie Happy Face New Tab
Download Happy Face New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A Happy Face New Tab Page that also provides current CPU and Memory Usage
Basisinformatie over de Extensie
Naam | Happy Face New Tab |
ID | joaojlmphioknijknnfgcigklninbopj |
Officiële URL | https://chromewebstore.google.com/detail/happy-face-new-tab/joaojlmphioknijknnfgcigklninbopj |
Beschrijving | A Happy Face New Tab Page that also provides current CPU and Memory Usage |
Bestandsgrootte | 71.49 KB |
Aantal Installaties | 33 |
Huidige Versie | Initial |
Laatst Bijgewerkt | 2023-02-16 |
Publicatiedatum | 2015-10-05 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | NSD |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |