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" } } |