Kindle Book Deals
Kindle Book Deals are directly in your browser
What is Kindle Book Deals?
Kindle Book Deals is a Chrome extension developed by 7 Dragons, and its main feature is "Kindle Book Deals are directly in your browser".
Extension Screenshots
Download Kindle Book Deals Extension CRX File
Download Kindle Book Deals extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Free! 'Kindle Book Deals' brings you the very best kindle book deals each day. Please Note: you'll need the separate Kindle App to read the books. 'Kindle Book Deals' gives you updates on - 1) The very best Kindle Book deals each day. 2) Includes the Kindle Daily Deals from Amazon. 3) Hand picked by skilled curators. Only books with great reviews and fair prices. 4) Option to filter by genre. Please Note: Filtering by genre will limit the number of choices. Please Note: Prices can change. Only the prices in the Kindle Store are valid. Please CONFIRM that the price at the Kindle Store matches your expected price BEFORE buying. Please Note: Only Kindle Books are included. Only 'book deals' are included. There are no free books included. Please Note: Amazon, Kindle, Kindle Store are all Amazon trademarks. 'Kindle Book Deals' brings you the best kindle book deals - every day! Get it Now, for Free!
Extension Basic Information
Name | Kindle Book Deals |
ID | empknhnbaedbdljmmlhpdbdpmkmejmnm |
Official URL | https://chromewebstore.google.com/detail/kindle-book-deals/empknhnbaedbdljmmlhpdbdpmkmejmnm |
Description | Kindle Book Deals are directly in your browser |
File Size | 285 KB |
Installation Count | 19 |
Current Version | 1.0 |
Last Updated | 2014-02-04 |
Publish Date | 2014-02-04 |
Developer | 7 Dragons |
Payment Type | free |
Help Page URL | http://kappreview.com/help-for-free-book-apps/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kindle Book Deals", "description": "Kindle Book Deals are directly in your browser", "version": "1.0", "permissions": [ "http:\/\/kebooks.com\/" ], "browser_action": { "default_icon": "icon_48.png" }, "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "js\/background.js" ] } } |