New Tab Helper 2019
This extension provides a new homepage experience so you can easily find what you need.
New Tab Helper 2019とは何ですか?
New Tab Helper 2019はhttps://www.mybrowserbar.comによって開発されたChromeの拡張機能で、その主な機能は「This extension provides a new homepage experience so you can easily find what you need.」です。
拡張機能のスクリーンショット
New Tab Helper 2019拡張機能のCRXファイルをダウンロード
New Tab Helper 2019拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provide a new tab where you can search with Yahoo. We include the latest pages you visited also so you can access them easily. You can disable the new tab page from the bottom of the new tab page. FAQs: Q: Is New Tab Helper free? A: Yes, it's not only free, but it’s also simple, unobtrusive and easy to use. Q: How do you uninstall/disable New Tab Helper? A: You can easily uninstall the New Tab Helper extension by selecting the List menu > More Tools > Extensions in your browser. Find the extension and remove/disable it.
拡張機能の基本情報
名前 | New Tab Helper 2019 |
ID | hbcennhacfaagdopikcegfcobcadeocj |
公式URL | https://chromewebstore.google.com/detail/new-tab-helper-2019/hbcennhacfaagdopikcegfcobcadeocj |
説明 | This extension provides a new homepage experience so you can easily find what you need. |
ファイルサイズ | 80.45 KB |
インストール数 | 25,960 |
現在のバージョン | 2.4 |
最終更新日 | 2023-11-23 |
公開日 | 2020-05-25 |
評価 | 3.16/5 合計 68 レビュー |
開発者 | https://www.mybrowserbar.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.mybrowserbar.com/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Helper 2019", "description": "This extension provides a new homepage experience so you can easily find what you need.", "version": "2.4", "background": { "scripts": [ "scripts\/utils.js", "scripts\/ntp.js", "scripts\/background.js" ] }, "icons": { "19": "icons\/hp-19.png", "48": "icons\/hp-48.png", "128": "icons\/hp-128.png" }, "chrome_url_overrides": { "newtab": "ntp\/newtab.html" }, "permissions": [ "tabs", "http:\/\/www.mybrowserbar.com\/", "webNavigation", "history", "storage" ] } |