Custom New Tab
Customize the new tab URL.
Custom New Tabとは何ですか?
Custom New Tabはhttps://dictanote.coによって開発されたChromeの拡張機能で、その主な機能は「Customize the new tab URL.」です。
拡張機能のスクリーンショット
Custom New Tab拡張機能のCRXファイルをダウンロード
Custom New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome does not let you customize the new tab page. The new tab page always opens a custom Google Search page, and Chrome extensions do not work on this page.
This extension lets you point the new tab page to a URL of your choice. It can be Google.com, your company's homepage, or a blank page. It is lightweight on your browser (<50kb - compared to, for example, Grammarly, which is 36MB), has no tracking, and is straightforward to use.
Some popular choices:
1) Google - https://google.com
2) Voice In Notepad - https://dictanote.co/voicein/notepad/
3) Bing - https://www.bing.com
4) ChatGPT - https://chat.openai.com
5) Blank Page - about:blank
Note: You can set the URL to an internal page too.
Customization:
1) Focus on the address bar on the new tab page: When checked, the focus and cursor are in the address bar when you open a new tab page. When unchecked, the focus is on the page.
If you want to disable the custom new tab extension, you can do so by going to chrome://extensions and disabling this extension. 拡張機能の基本情報
| 名前 | |
| ID | lfjnnkckddkopjfgmbcpdiolnmfobflj |
| 公式URL | https://chromewebstore.google.com/detail/custom-new-tab/lfjnnkckddkopjfgmbcpdiolnmfobflj |
| 説明 | Customize the new tab URL. |
| ファイルサイズ | 46.66 KB |
| インストール数 | 7,582 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-05-29 |
| 公開日 | 2022-06-27 |
| 評価 | 4.73/5 合計 11 レビュー |
| 開発者 | https://dictanote.co |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://dictanote.co/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"name": "Custom New Tab",
"description": "Customize the new tab URL.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"offline_enabled": true,
"options_page": "options.html",
"background": {
"service_worker": "js\/background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"action": [],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.4"
} | |