Book Trap, from The Hawaii Project

Find books mentioned on web pages. Save them to your account, like a Book Trapper/Keeper. Or click out to the book's Amazon page.

Book Trap, from The Hawaii Project란 무엇입니까?

Book Trap, from The Hawaii Project은(는) The Hawaii Project, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find books mentioned on web pages. Save them to your account, like a Book Trapper/Keeper. Or click out to the book's Amazon page."입니다.

확장 프로그램 스크린샷

screenshot

Book Trap, from The Hawaii Project 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You're reading this great article mentioning all kinds of interesting books. You'd love to just "bookmark" those books so you can go back to them later. Or maybe the site forgot to link out to Amazon. BookTrap is the answer.

BookTrap "reads" the article, figures out which books are mentioned, and gives you a beautiful little window with all the cover art for the books shown. You can "bookmark" those books, and they'll go in your trapper/keeper of books, you can come back to any time. Or just click out to the Amazon page for the book.

Come back to BookTrap any time, hit the "gear" button, and hit "My Books Trapper/Keeper" and you'll see the books you've been saving away. 

BookTrap. Powered by The Hawaii Project, where you can get great personalized book recommendations from the web's leading tastemakers.                    

확장 프로그램 기본 정보

이름 Book Trap, from The Hawaii Project Book Trap, from The Hawaii Project
ID bckfacfcmaenldcpkcmloghmlenppkgc
공식 URL https://chromewebstore.google.com/detail/book-trap-from-the-hawaii/bckfacfcmaenldcpkcmloghmlenppkgc
설명 Find books mentioned on web pages. Save them to your account, like a Book Trapper/Keeper. Or click out to the book's Amazon page.
파일 크기 5.2 MB
설치 횟수 17
현재 버전 1.6.0
최근 업데이트 2021-04-27
출시 날짜 2016-12-29
평점 5.00/5 총 1 개의 평점
개발자 The Hawaii Project, LLC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thehawaiiproject.com
개인정보 보호 정책 페이지 URL https://www.thehawaiiproject.com/faq
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Book Trap, from The Hawaii Project",
    "short_name": "Book Trap",
    "description": "Find books mentioned on web pages. Save them to your account, like a Book Trapper\/Keeper. Or click out to the book's Amazon page.",
    "version": "1.6.0",
    "icons": {
        "128": "book_PNG2116_128.png"
    },
    "browser_action": {
        "default_icon": "book_PNG2116.png",
        "default_popup": "booktrap.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/www.thehawaiiproject.com\/*",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/securetoken.googleapis.com https:\/\/unpkg.com\/ https:\/\/unpkg.com https:\/\/npmcdn.com https:\/\/www.thehawaiiproject.com https:\/\/www.googleapis.com https:\/\/fonts.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "oauth2": {
        "client_id": "647695184468-oij2r5rpvtbn2n40eouff4q1qm7f26r4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqfgwO\/iIxyri\/WUUUuDJXKLNKumfs\/+38sA51HuU3KhmaSy9kakhags40o89oSz\/Uicfxc51HFkmr5JGnStRvCA4N5LMGsumXhBUKeWfumhcHJnckR\/3k2nLmOsAegdRielxSEaJ2fBbLhrUc3IaJPPbruuYk\/reeUzVjiFWka2YUKWGmRmGeiNAnE9zy8lT4VwJqnOgIbr4usoC9cGoECxoNXeiY5kfK8ShCYqN9YWqSM8jWaxjtfCNjNUDf7J4zpSoNsyF75CHzj+TcPJfC9ttCKR4+N6agO2uJTZHWWDLxWex\/\/mH38A4xWMeL95q1Kxbl1P0q+aL9Fji8pH\/nwIDAQAB"
}