HQ

This extension loads a custom dashboard when a user adds a new tab or window

Wat is HQ?

HQ is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension loads a custom dashboard when a user adds a new tab or window".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HQ

Download HQ-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

                        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                    

Basisinformatie over de Extensie

Naam HQ HQ
ID dhfnnhfkopfomjhpbpdombahfoiiomfo
Officiële URL https://chromewebstore.google.com/detail/hq/dhfnnhfkopfomjhpbpdombahfoiiomfo
Beschrijving This extension loads a custom dashboard when a user adds a new tab or window
Bestandsgrootte 53.35 MB
Aantal Installaties 13
Huidige Versie 2.0
Laatst Bijgewerkt 2017-05-30
Publicatiedatum 2017-05-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://hq-new-tab-homepage.firebaseapp.com/
Help Pagina-URL https://github.com/JustinHart90/Q1-Project
Ondersteunde Talen 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"
    }
}