Book Roulette by Bookship
Shows you interesting books you'd never find on your own.
Qu'est-ce que Book Roulette by Bookship ?
Book Roulette by Bookship est une extension Chrome développée par The Hawaii Project, LLC, et sa fonction principale est "Shows you interesting books you'd never find on your own.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Book Roulette by Bookship
Téléchargez les fichiers d'extension Book Roulette by Bookship au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Book Roulette by Bookship |
ID | nmomlgnkllppccohkeemlenohnakehoc |
URL Officiel | https://chromewebstore.google.com/detail/book-roulette-by-bookship/nmomlgnkllppccohkeemlenohnakehoc |
Description | Shows you interesting books you'd never find on your own. |
Taille du Fichier | 18.75 KB |
Nombre d'Installations | 45 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2021-08-14 |
Date de Publication | 2021-08-08 |
Développeur | The Hawaii Project, LLC |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.bookshipapp.com |
URL de la Page de Politique de Confidentialité | https://www.thehawaiiproject.com/faq |
Langues Prises en Charge | 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" } } |