Find lendable Kindle books

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

Cos'è Find lendable Kindle books?

Find lendable Kindle books è un'estensione di Chrome sviluppata da hungryzi, e la sua funzione principale è "Notify you if the Kindle books you want can be borrowed!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Find lendable Kindle books

Scarica i file di estensione Find lendable Kindle books in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Find lendable Kindle books Find lendable Kindle books
ID ijpbbfahjadfeejfkmijbflafdoejfnh
URL Ufficiale https://chromewebstore.google.com/detail/find-lendable-kindle-book/ijpbbfahjadfeejfkmijbflafdoejfnh
Descrizione Notify you if the Kindle books you want can be borrowed!
Dimensione del File 136 KB
Conteggio Installazioni 11
Versione Corrente 0.1.3
Ultimo Aggiornamento 2017-01-12
Data di Pubblicazione 2017-01-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore hungryzi
Tipo di Pagamento free
Sito Web dell'Estensione https://lendable-chrome-extension.github.io
Lingue Supportate 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"
            ]
        }
    ]
}