mojoreads

a new tab, a new book

Cos'è mojoreads?

mojoreads è un'estensione di Chrome sviluppata da https://mojoreads.com, e la sua funzione principale è "a new tab, a new book".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione mojoreads

Scarica i file di estensione mojoreads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome mojoreads mojoreads
ID pohamgcdmijdenmcpikbgbmgkbngbaoa
URL Ufficiale https://chrome.google.com/webstore/detail/mojoreads/pohamgcdmijdenmcpikbgbmgkbngbaoa
Descrizione a new tab, a new book
Dimensione del File 137 KB
Conteggio Installazioni 86
Versione Corrente 0.2.0
Ultimo Aggiornamento 2019-05-03
Data di Pubblicazione 2019-05-03
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://mojoreads.com
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}