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ファイルをダウンロード

Book Trap, from The Hawaii Project拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}