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.

Apa itu Book Trap, from The Hawaii Project?

Book Trap, from The Hawaii Project adalah ekstensi Chrome yang dikembangkan oleh The Hawaii Project, LLC, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Book Trap, from The Hawaii Project

Unduh file ekstensi Book Trap, from The Hawaii Project dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Book Trap, from The Hawaii Project Book Trap, from The Hawaii Project
ID bckfacfcmaenldcpkcmloghmlenppkgc
URL Resmi https://chromewebstore.google.com/detail/book-trap-from-the-hawaii/bckfacfcmaenldcpkcmloghmlenppkgc
Deskripsi 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.
Ukuran File 5.2 MB
Jumlah Instalasi 17
Versi Saat Ini 1.6.0
Terakhir Diperbarui 2021-04-27
Tanggal Publikasi 2016-12-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang The Hawaii Project, LLC
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.thehawaiiproject.com
URL Halaman Kebijakan Privasi https://www.thehawaiiproject.com/faq
Bahasa yang Didukung 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"
}