HQ
This extension loads a custom dashboard when a user adds a new tab or window
Cos'è HQ?
HQ è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension loads a custom dashboard when a user adds a new tab or window".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HQ
Scarica i file di estensione HQ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension loads a custom home page for people that want to use Google Chrome more efficiently and get more value from their home page. The page is populated with recent and trending news from six different sources, a note pad, a google search bar, the current date and outside temperature, and access to a calculator, random joke generator and a meme generator. See deployed site here: https://hq-new-tab-homepage.firebaseapp.com/ Watch tutorial here: https://youtu.be/Sc100ZYr1K8
Informazioni di Base sull'Estensione
Nome | HQ |
ID | dhfnnhfkopfomjhpbpdombahfoiiomfo |
URL Ufficiale | https://chromewebstore.google.com/detail/hq/dhfnnhfkopfomjhpbpdombahfoiiomfo |
Descrizione | This extension loads a custom dashboard when a user adds a new tab or window |
Dimensione del File | 53.35 MB |
Conteggio Installazioni | 13 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-05-30 |
Data di Pubblicazione | 2017-05-29 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hq-new-tab-homepage.firebaseapp.com/ |
URL della Pagina di Aiuto | https://github.com/JustinHart90/Q1-Project |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HQ", "description": "This extension loads a custom dashboard when a user adds a new tab or window", "version": "2.0", "icons": { "128": "public\/images\/HQ copy.png" }, "browser_action": { "default_title": "New Tab Headquarters" }, "chrome_url_overrides": { "newtab": "index.html" } } |