Bookmarks@newtab

A new tab page that displays your bookmarks.

Bookmarks@newtab là gì?

Bookmarks@newtab là một tiện ích mở rộng Chrome được phát triển bởi pine.nuts, và tính năng chính của nó là "A new tab page that displays your bookmarks.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmarks@newtab

Tải xuống các tệp mở rộng Bookmarks@newtab 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

                        Features:
- Masonry view, list view, icon view and grid view
- Add, edit, delete and move bookmarks
- Customizable background color, background image and text colors                    

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

Tên Bookmarks@newtab Bookmarks@newtab
ID iceijoabkonabhjmokfmkbifmoogagoe
URL Chính Thức https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe
Mô tả A new tab page that displays your bookmarks.
Kích Thước Tệp 3.95 MB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.4.4
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2020-01-13
Nhà Phát Triển pine.nuts
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmarks@newtab",
    "version": "1.4.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}