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.

¿Qué es Book Trap, from The Hawaii Project?

Book Trap, from The Hawaii Project es una extensión de Chrome desarrollada por The Hawaii Project, LLC, y su función principal es "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.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Book Trap, from The Hawaii Project

Descarga archivos de extensión Book Trap, from The Hawaii Project en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Book Trap, from The Hawaii Project Book Trap, from The Hawaii Project
ID bckfacfcmaenldcpkcmloghmlenppkgc
URL Oficial https://chromewebstore.google.com/detail/book-trap-from-the-hawaii/bckfacfcmaenldcpkcmloghmlenppkgc
Descripción 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.
Tamaño del Archivo 5.2 MB
Cantidad de Instalaciones 17
Versión Actual 1.6.0
Última Actualización 2021-04-27
Fecha de Publicación 2016-12-29
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador The Hawaii Project, LLC
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.thehawaiiproject.com
URL de la Página de Política de Privacidad https://www.thehawaiiproject.com/faq
Idiomas Soportados 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"
}