Find lendable Kindle books

Notify you if the Kindle books you want can be borrowed!

Find lendable Kindle booksとは何ですか?

Find lendable Kindle booksはhungryziによって開発されたChromeの拡張機能で、その主な機能は「Notify you if the Kindle books you want can be borrowed!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Find lendable Kindle books拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension notifies you if the Kindle books you're looking at are lendable and provides links to lending forums so you can try borrowing from people instead. It works on the Amazon's product page (e.g: https://www.amazon.com/Illustrated-Book-Bad-Arguments-ebook/dp/B00M9P7JKI) and your digital content management page (e.g: https://www.amazon.com/mn/dcw/myx.html)                    

拡張機能の基本情報

名前 Find lendable Kindle books Find lendable Kindle books
ID ijpbbfahjadfeejfkmijbflafdoejfnh
公式URL https://chromewebstore.google.com/detail/find-lendable-kindle-book/ijpbbfahjadfeejfkmijbflafdoejfnh
説明 Notify you if the Kindle books you want can be borrowed!
ファイルサイズ 136 KB
インストール数 11
現在のバージョン 0.1.3
最終更新日 2017-01-12
公開日 2017-01-12
評価 5.00/5 合計 2 レビュー
開発者 hungryzi
支払い方法 free
拡張機能のウェブサイト https://lendable-chrome-extension.github.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find lendable Kindle books",
    "short_name": "Lendable",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Notify you if the Kindle books you want can be borrowed!",
    "homepage_url": "https:\/\/lendable-chrome-extension.github.io",
    "icons": {
        "16": "icons\/lendable16.png",
        "48": "icons\/lendable48.png",
        "128": "icons\/lendable128.png"
    },
    "web_accessible_resources": [
        "\/js\/inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "js\/firebase.js",
                "js\/shared.js",
                "js\/detailsPage.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/mn\/dcw\/myx.html*"
            ],
            "js": [
                "js\/firebase.js",
                "js\/shared.js",
                "js\/managePage.js"
            ]
        }
    ]
}