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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}