New Tab URL

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

New Tab URL là gì?

New Tab URL là một tiện ích mở rộng Chrome được phát triển bởi Matthias Vogt, và tính năng chính của nó là "Use a custom URL as the New Tab page without losing address bar focus".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab URL

Tải xuống các tệp mở rộng New Tab URL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New Tab URL New Tab URL
ID fjmejipbaegkajpfkghaapfhdempldpd
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-url/fjmejipbaegkajpfkghaapfhdempldpd
Mô tả Use a custom URL as the New Tab page without losing address bar focus
Kích Thước Tệp 488 KB
Số Lần Cài Đặt 430
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2016-04-17
Đánh Giá 4.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Matthias Vogt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matthias-vogt/new-tab-url
URL Trang Trợ Giúp https://github.com/matthias-vogt/new-tab-url
Ngôn Ngữ Được Hỗ Trợ 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
}