Book Finder

Search book recommendations and manage your reading list from any webpage.

Book Finder là gì?

Book Finder là một tiện ích mở rộng Chrome được phát triển bởi Book Finder App, và tính năng chính của nó là "Search book recommendations and manage your reading list from any webpage.".

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

screenshot

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

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

                        Most book recommendations become forgotten unless you write them down. Keep better track of books you come across on the web and manage your reading list through this simple browser extension.

Searching for a book is easy. Start by highlighting text on a webpage, right click, and select 'Find Book'. Now you can save the book to your reading list for later. Use the extension icon to revisit your reading list any time.

To avoid this being just another place to keep your reading list, subscribe to 'My Book Reminders' to turn your passive reading list into an active one. Now you'll receive gentle reminders with useful information about the books on your reading list to help you manage and prioritize your books. This helps aid in removing books you may no longer be interested in.

Reach out with suggestions and complaints.                    

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

Tên Book Finder Book Finder
ID jajeidpjifdpppjofijoffbcndlpoedd
URL Chính Thức https://chromewebstore.google.com/detail/book-finder/jajeidpjifdpppjofijoffbcndlpoedd
Mô tả Search book recommendations and manage your reading list from any webpage.
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 0.4.8
Cập Nhật Lần Cuối 2023-07-07
Ngày Phát Hành 2020-12-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Book Finder App
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US,es,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.4.8",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "serviceWorker.bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/16.png",
            "32": "assets\/32.png",
            "48": "assets\/48.png",
            "128": "assets\/128.png"
        }
    },
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "panel.html",
                "iframeListener.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}