BNTP: Bookmarks in New Tab Page

Lightweight New Tab Page with Bookmarks and Top Sites

BNTP: Bookmarks in New Tab Page là gì?

BNTP: Bookmarks in New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi Hidetake Iwata, và tính năng chính của nó là "Lightweight New Tab Page with Bookmarks and Top Sites".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BNTP: Bookmarks in New Tab Page

Tải xuống các tệp mở rộng BNTP: Bookmarks in New Tab Page 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

                        Less is more.

* Simple
* Lightweight
* No ads
* No tracking

Features:

* List bookmarks by folders
* Collapse a folder
* Move a bookmark by Drag and Drop
* Edit a bookmark
* Automatic dark mode
* Sync the preferences (theme or folder collapse)

It will request the following permissions:

* Show bookmarks
* Show recently visited sites
* Show favicon
* Store preferences to storage

This is an open source software.
https://github.com/int128/bntp                    

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

Tên BNTP: Bookmarks in New Tab Page BNTP: Bookmarks in New Tab Page
ID feeleilgbmkkpapllljmclmbeddcdeeh
URL Chính Thức https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh
Mô tả Lightweight New Tab Page with Bookmarks and Top Sites
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 2,509
Phiên Bản Hiện Tại 3.4.2
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2017-12-17
Đánh Giá 4.67/5 Tổng số 113 Đánh Giá
Nhà Phát Triển Hidetake Iwata
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/int128/bntp
URL Trang Trợ Giúp https://github.com/int128/bntp
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BNTP: Bookmarks in New Tab Page",
    "version": "3.4.2",
    "description": "Lightweight New Tab Page with Bookmarks and Top Sites",
    "permissions": [
        "bookmarks",
        "topSites",
        "favicon",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "index.html#popup"
    },
    "icons": {
        "48": "small_tiles.png",
        "128": "small_tiles_128.png"
    },
    "manifest_version": 3
}