Kindle Books Manager
A Chrome extension to manage your kindle books easily likes any file manager. - Visit Amazon webbsite - Go to "Manage Your Content…
What is Kindle Books Manager?
Kindle Books Manager is a Chrome extension developed by https://kindle-books-manager.keipixel.com, and its main feature is "A Chrome extension to manage your kindle books easily likes any file manager. - Visit Amazon webbsite - Go to "Manage Your Content…".
Extension Screenshots
Download Kindle Books Manager Extension CRX File
Download Kindle Books Manager 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
A Chrome extension to manage your kindle books easily likes any file manager. - Visit Amazon webbsite - Go to "Manage Your Content and Devices" - Click "Books Manager" to open Kindle Books Manager * Only support amazon.cn and amazon.co.jp now
Extension Basic Information
Name | Kindle Books Manager |
ID | oihlbimmojmhbgeehegboafaahpmjpfj |
Official URL | https://chromewebstore.google.com/detail/kindle-books-manager/oihlbimmojmhbgeehegboafaahpmjpfj |
Description | A Chrome extension to manage your kindle books easily likes any file manager. - Visit Amazon webbsite - Go to "Manage Your Content… |
File Size | 52.42 KB |
Installation Count | 223 |
Current Version | 0.0.2 |
Last Updated | 2018-03-05 |
Publish Date | 2018-03-05 |
Rating | 1.00/5 Total 2 Ratings |
Developer | https://kindle-books-manager.keipixel.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/keiww/kindle-books-manager/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kindle Books Manager", "version": "0.0.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.cn\/mn\/dcw\/myx.html\/*", "https:\/\/www.amazon.co.jp\/mn\/dcw\/myx.html\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "app.js" ], "applications": { "gecko": { "strict_min_version": "53.0" } } } |