Bookmarker

The best bookmark plugin in the Eastern Hemisphere

Bookmarker là gì?

Bookmarker là một tiện ích mở rộng Chrome được phát triển bởi leelei, và tính năng chính của nó là "The best bookmark plugin in the Eastern Hemisphere".

Ả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 Bookmarker

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

                        Note: User default new tab will change 

This plug-in uses a better way to display and manage your bookmarks.
It includes the following functions:
1. Tile bookmarks, up to two levels, to avoid reading obstacles caused by a multi-level tree structure.
2. Integrate multiple search engines to make your new tab page more useful
3. You can put your favorite bookmarks on top, making it easier for you to browse
4. The interface style that can be switched (day | night | follow system) is very user-friendly
5. You can retrieve your local bookmarks and find what you want from a vast number of bookmarks
6. Card-style simple and refreshing interface style                    

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

Tên Bookmarker Bookmarker
ID jblilhiaoipblnepleimgaamphkfhdla
URL Chính Thức https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla
Mô tả The best bookmark plugin in the Eastern Hemisphere
Kích Thước Tệp 76.99 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-05-04
Ngày Phát Hành 2020-12-24
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển leelei
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/leedalei/bookmarker
URL Trang Trợ Giúp https://github.com/leedalei/bookmarker
URL Trang Chính Sách Bảo Mật http://bookmarker.evacgn.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "2.1",
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_icon": ".\/public\/bookmarker.png",
        "default_title": "\u4e66\u7b7e\u6d4f\u89c8\u5668"
    },
    "chrome_url_overrides": {
        "newtab": ".\/public\/index.html"
    }
}