Find lendable Kindle books

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

Find lendable Kindle books क्या है?

Find lendable Kindle books hungryzi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notify you if the Kindle books you want can be borrowed!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Find lendable Kindle books एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}