Find lendable Kindle books

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

Find lendable Kindle booksคืออะไร?

Find lendable Kindle books เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hungryzi และคุณลักษณะหลักของมันคือ "Notify you if the Kindle books you want can be borrowed!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find lendable Kindle books

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}