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!”。
扩展截图
下载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 |
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" ] } ] } |