HQ
This extension loads a custom dashboard when a user adds a new tab or window
What is HQ?
HQ is a Chrome extension developed by Unknown, and its main feature is "This extension loads a custom dashboard when a user adds a new tab or window".
Extension Screenshots
Download HQ Extension CRX File
Download HQ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | HQ |
ID | dhfnnhfkopfomjhpbpdombahfoiiomfo |
Official URL | https://chromewebstore.google.com/detail/hq/dhfnnhfkopfomjhpbpdombahfoiiomfo |
Description | This extension loads a custom dashboard when a user adds a new tab or window |
File Size | 53.35 MB |
Installation Count | 13 |
Current Version | 2.0 |
Last Updated | 2017-05-30 |
Publish Date | 2017-05-29 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://hq-new-tab-homepage.firebaseapp.com/ |
Help Page URL | https://github.com/JustinHart90/Q1-Project |
Supported Languages | 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" } } |