mojoreads
a new tab, a new book
What is mojoreads?
mojoreads is a Chrome extension developed by https://mojoreads.com, and its main feature is "a new tab, a new book".
Extension Screenshots
Download mojoreads Extension CRX File
Download mojoreads 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
Discover a new book every time you open a new tab. Mojoreads has a large collection of over 300,000 titles. You can read a free sample of any book, view ratings, review, share with friends or proceed to purchase any ebook.
Extension Basic Information
Name | |
ID | pohamgcdmijdenmcpikbgbmgkbngbaoa |
Official URL | https://chrome.google.com/webstore/detail/mojoreads/pohamgcdmijdenmcpikbgbmgkbngbaoa |
Description | a new tab, a new book |
File Size | 137 KB |
Installation Count | 86 |
Current Version | 0.2.0 |
Last Updated | 2019-05-03 |
Publish Date | 2019-05-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://mojoreads.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mojoreads", "version": "0.2.0", "manifest_version": 2, "description": "a new tab, a new book", "homepage_url": "https:\/\/mojoreads.com", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "offline_enabled": false, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/logo.png" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "short_name": "mojoreads", "permissions": [ "tabs", "https:\/\/mojoreads.com\/*", "https:\/\/api.mojoreads.com\/work\/v1\/edition\/*", "https:\/\/api.mojoreads.com\/search\/v1\/discover", "https:\/\/api.dev.mojoreads.com\/search\/v1\/discover" ], "externally_connectable": { "matches": [ "*:\/\/www.mojoreads.local\/*", "*:\/\/*.mojoreads.com\/*", "*:\/\/mojoreads.com\/*" ] } } |