Book Roulette by Bookship

Shows you interesting books you'd never find on your own.

¿Qué es Book Roulette by Bookship?

Book Roulette by Bookship es una extensión de Chrome desarrollada por The Hawaii Project, LLC, y su función principal es "Shows you interesting books you'd never find on your own.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Book Roulette by Bookship

Descarga archivos de extensión Book Roulette by Bookship en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Every time you open a new tab, we dive into our constantly-updating database of interesting new books, and bring you one. We'll also show you some recent web articles about the book, and links to Amazon and Bookshop. 

Finding fun new books was never so easy!                    

Información Básica de la Extensión

Nombre Book Roulette by Bookship Book Roulette by Bookship
ID nmomlgnkllppccohkeemlenohnakehoc
URL Oficial https://chromewebstore.google.com/detail/book-roulette-by-bookship/nmomlgnkllppccohkeemlenohnakehoc
Descripción Shows you interesting books you'd never find on your own.
Tamaño del Archivo 18.75 KB
Cantidad de Instalaciones 45
Versión Actual 1.3.1
Última Actualización 2021-08-14
Fecha de Publicación 2021-08-08
Desarrollador The Hawaii Project, LLC
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.bookshipapp.com
URL de la Página de Política de Privacidad https://www.thehawaiiproject.com/faq
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Book Roulette by Bookship",
    "version": "1.3.1",
    "description": "Shows you interesting books you'd never find on your own.",
    "author": "The Hawaii Project",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.thehawaiiproject.com\/*"
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Book Roulette by Bookship"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}