New Tab URL

Use a custom URL as the New Tab page without losing address bar focus

New Tab URLคืออะไร?

New Tab URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthias Vogt และคุณลักษณะหลักของมันคือ "Use a custom URL as the New Tab page without losing address bar focus"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย New Tab URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Choose a custom URL to be displayed on the New Tab page.
The address bar stays focused when opening a new tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New Tab URL New Tab URL
ID fjmejipbaegkajpfkghaapfhdempldpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-url/fjmejipbaegkajpfkghaapfhdempldpd
คำอธิบาย Use a custom URL as the New Tab page without losing address bar focus
ขนาดไฟล์ 488 KB
จำนวนการติดตั้ง 430
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-10-10
วันที่เผยแพร่ 2016-04-17
คะแนน 4.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Matthias Vogt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/matthias-vogt/new-tab-url
URL หน้าช่วยเหลือ https://github.com/matthias-vogt/new-tab-url
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab URL",
    "description": "Use a custom URL as the New Tab page without losing address bar focus",
    "version": "0.1.2",
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "New Tab URL"
    },
    "permissions": [
        "storage",
        "file:\/\/\/*"
    ],
    "manifest_version": 2
}