Custom New Tab

Customize the new tab URL.

Custom New Tabคืออะไร?

Custom New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dictanote.co และคุณลักษณะหลักของมันคือ "Customize the new tab URL."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
}