Custom New Tab

Customize the new tab URL.

什麼是Custom New Tab?

Custom New Tab是由https://dictanote.co開發的Chrome擴展程式,該擴展的主要功能是“Customize the new tab URL.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Custom New Tab Custom New Tab
ID lfjnnkckddkopjfgmbcpdiolnmfobflj
官方網址 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
電子郵箱 [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"
}