BookmarkManager

Convenient and beautiful new tab bookmark manager.

BookmarkManager là gì?

BookmarkManager là một tiện ích mở rộng Chrome được phát triển bởi Sasha Onoshko, và tính năng chính của nó là "Convenient and beautiful new tab bookmark manager.".

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

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

                        This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab.
Also, you can change the background image of the new tab.                    

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

Tên BookmarkManager BookmarkManager
ID ldjaccfbgefedaefkliajmdiicajaofb
URL Chính Thức https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb
Mô tả Convenient and beautiful new tab bookmark manager.
Kích Thước Tệp 623 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.1.03
Cập Nhật Lần Cuối 2021-02-12
Ngày Phát Hành 2018-11-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Sasha Onoshko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkManager",
    "description": "Convenient and beautiful new tab bookmark manager.",
    "version": "0.1.03",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}