Book Finder

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

什麼是Book Finder?

Book Finder是由Book Finder App開發的Chrome擴展程式,該擴展的主要功能是“Search book recommendations and manage your reading list from any webpage.”。

擴展截圖

screenshot

下載Book Finder擴展crx文件

下載Book Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Book Finder Book Finder
ID jajeidpjifdpppjofijoffbcndlpoedd
官方網址 https://chromewebstore.google.com/detail/book-finder/jajeidpjifdpppjofijoffbcndlpoedd
簡介 Search book recommendations and manage your reading list from any webpage.
檔案大小 123 KB
安裝次數 175
目前版本 0.4.8
更新時間 2023-07-07
上架時間 2020-12-02
評分 5.00/5 共 2 次評分
開發者 Book Finder App
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
                ""
            ]
        }
    ]
}