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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}