Bookmate Sort
Enhances the https://bookmate.com experience.
What is Bookmate Sort?
Bookmate Sort is a Chrome extension developed by Abbas Gussenov, and its main feature is "Enhances the https://bookmate.com experience.".
Extension Screenshots
Download Bookmate Sort Extension CRX File
Download Bookmate Sort 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
Allow to sort all your books by page count. Allow to see all your books in one massive list. Allow to see all your premium books. Allow to see all your books in English language. Allow to see all your books in Russian language.
Extension Basic Information
Name | |
ID | diopcmnlghdhaacljhadmckickemajkb |
Official URL | https://chrome.google.com/webstore/detail/bookmate-sort/diopcmnlghdhaacljhadmckickemajkb |
Description | Enhances the https://bookmate.com experience. |
File Size | 46.4 KB |
Installation Count | 41 |
Current Version | 0.0.0.5 |
Last Updated | 2018-07-16 |
Publish Date | 2018-07-16 |
Rating | 2.00/5 Total 1 Ratings |
Developer | Abbas Gussenov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gusenov/bookmate-sort |
Help Page URL | https://github.com/gusenov/bookmate-sort/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmate Sort", "version": "0.0.0.5", "description": "Enhances the https:\/\/bookmate.com experience.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Abbas Gussenov", "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/*.bookmate.com\/*" ], "short_name": "BookmateSort" } |