HQ
This extension loads a custom dashboard when a user adds a new tab or window
什么是HQ?
HQ是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension loads a custom dashboard when a user adds a new tab or window”。
扩展截图
下载HQ扩展crx文件
下载HQ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | HQ |
ID | dhfnnhfkopfomjhpbpdombahfoiiomfo |
官方URL | https://chromewebstore.google.com/detail/hq/dhfnnhfkopfomjhpbpdombahfoiiomfo |
简介 | This extension loads a custom dashboard when a user adds a new tab or window |
文件大小 | 53.35 MB |
安装次数 | 13 |
当前版本 | 2.0 |
更新时间 | 2017-05-30 |
上架时间 | 2017-05-29 |
评分 | 5.00/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://hq-new-tab-homepage.firebaseapp.com/ |
帮助页面URL | https://github.com/JustinHart90/Q1-Project |
支持的语言 | 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" } } |