new tab links

A replacement new tab page, displays a clock and links of your choosing.

new tab links là gì?

new tab links là một tiện ích mở rộng Chrome được phát triển bởi https://nathanwentworth.co, và tính năng chính của nó là "A replacement new tab page, displays a clock and links of your choosing.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng new tab links

Tải xuống các tệp mở rộng new tab links 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

                        A replacement for the new tab page, displays a small clock and a selection of editable links. 

Add new links by clicking "edit" at the bottom left, and typing a link followed by a space and the title of the link. 

New in 1.5.1:
- Yellow theme added
- Will now allow urls without a tld, such as 'http://localhost'
New in v1.5:
- Now allows for vertical/horizontal scrolling
- Edit menu has a background so it can be seen easier in front of long lists
- Blank lines no longer count as elements                    

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

Tên new tab links new tab links
ID dhilgiccnfcdipikddkegbpphmnobpnn
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn
Mô tả A replacement new tab page, displays a clock and links of your choosing.
Kích Thước Tệp 65.62 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2021-03-25
Ngày Phát Hành 2019-03-27
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://nathanwentworth.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nathanwentworth.co/projects/new-tab-links/
URL Trang Trợ Giúp https://twitter.com/nathanwentworth
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "new tab links",
    "manifest_version": 2,
    "version": "1.5.1",
    "description": "A replacement new tab page, displays a clock and links of your choosing.",
    "applications": {
        "gecko": {
            "id": "{2fdf13eb-fee6-48c7-9bd3-5624a005d68e}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}