Booksmart Manager

Save, view and organize links smarter than ever before

Booksmart Manager là gì?

Booksmart Manager là một tiện ích mở rộng Chrome được phát triển bởi https://getbooksmart.app, và tính năng chính của nó là "Save, view and organize links smarter than ever before".

Ả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 Booksmart Manager

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

                        The must-have tool for saving, organizing, viewing (and closing) webpages. It's a bookmark and tab manager, with better tools to document your favorites, and access them only when you need.

Booksmart is free and easy to use! Here are some of the features:

• Save and organize all your favorite webpages
• Quickly access your saved favorites
• Let you know what is open so you can close and dramatically reduce tabs in your browser
• Keep your browsing organized and efficient

Try Booksmart now and start browsing smarter                    

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

Tên Booksmart Manager Booksmart Manager
ID hmknbnnpkdcmienplkfmcipncoebjeba
URL Chính Thức https://chromewebstore.google.com/detail/booksmart-manager/hmknbnnpkdcmienplkfmcipncoebjeba
Mô tả Save, view and organize links smarter than ever before
Kích Thước Tệp 767 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2023-12-22
Ngày Phát Hành 2023-09-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://getbooksmart.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getbooksmart.app
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/84226755/legal
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Booksmart Manager",
    "short_name": "Booksmart",
    "version": "0.9.1",
    "omnibox": {
        "keyword": "booksmart"
    },
    "manifest_version": 3,
    "description": "Save, view and organize links smarter than ever before",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhNsUrudX0QWOcuKHuHK5\/WzA2t3r0ytxXeg1HX+lWlqc7gTUkaE2zD6qubzn6Oi2YRJfYxq2LP+B20E+gUE7Y1h55561kBJJrlWyykHzZrhCljeQQgDD3s1IRPMxHSNpWjWVB+P3BsUjcCKoCmB3NDgefUL55W6\/7ubYKkBpcaknz3uWTNbkRTQwGdYeM+imTeGRI6A6yY1CqUDzTkClC83oUh4sLlPAJ7DDRAMKOYKbdDr0cYueaRhHTBW+3UJgOvKeAes9ouHdwCPH9\/MNG2vBbFy2swa5FsXBNQOpwzipnzNRESNpNJ4LlLHmmcxqmxBdCjvJOEcG4fYQzq\/n9wIDAQAB",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_title": "Booksmart",
        "default_icon": {
            "16": "images\/icon-16.png",
            "128": "images\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/getbooksmart.app\/*"
            ],
            "js": [
                "js\/import.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "file:\/\/*",
        "https:\/\/getbooksmart.app\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "favicon",
        "activeTab",
        "tabs",
        "scripting",
        "bookmarks",
        "contextMenus",
        "sidePanel"
    ],
    "optional_permissions": [
        "tabGroups",
        "identity",
        "identity.email"
    ],
    "optional_host_permissions": [
        "",
        "https:\/\/cdn.mxpnl.com\/*",
        "https:\/\/api.mixpanel.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "manager.htm",
                "manager.css",
                "manager.js",
                "import.js",
                "release-notes.htm",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "side_panel": {
        "default_path": "manager.htm"
    }
}