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'est-ce que Book Trap, from The Hawaii Project ?

Book Trap, from The Hawaii Project est une extension Chrome développée par The Hawaii Project, LLC, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Book Trap, from The Hawaii Project

Téléchargez les fichiers d'extension Book Trap, from The Hawaii Project au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Book Trap, from The Hawaii Project Book Trap, from The Hawaii Project
ID bckfacfcmaenldcpkcmloghmlenppkgc
URL Officiel https://chromewebstore.google.com/detail/book-trap-from-the-hawaii/bckfacfcmaenldcpkcmloghmlenppkgc
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.
Taille du Fichier 5.2 MB
Nombre d'Installations 17
Version Actuelle 1.6.0
Dernière Mise à Jour 2021-04-27
Date de Publication 2016-12-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur The Hawaii Project, LLC
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.thehawaiiproject.com
URL de la Page de Politique de Confidentialité https://www.thehawaiiproject.com/faq
Langues Prises en Charge 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"
}