Book Roulette by Bookship
Shows you interesting books you'd never find on your own.
Apa itu Book Roulette by Bookship?
Book Roulette by Bookship adalah ekstensi Chrome yang dikembangkan oleh The Hawaii Project, LLC, dan fitur utamanya adalah "Shows you interesting books you'd never find on your own.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Book Roulette by Bookship
Unduh file ekstensi Book Roulette by Bookship dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Book Roulette by Bookship |
ID | nmomlgnkllppccohkeemlenohnakehoc |
URL Resmi | https://chromewebstore.google.com/detail/book-roulette-by-bookship/nmomlgnkllppccohkeemlenohnakehoc |
Deskripsi | Shows you interesting books you'd never find on your own. |
Ukuran File | 18.75 KB |
Jumlah Instalasi | 45 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2021-08-14 |
Tanggal Publikasi | 2021-08-08 |
Pengembang | The Hawaii Project, LLC |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.bookshipapp.com |
URL Halaman Kebijakan Privasi | https://www.thehawaiiproject.com/faq |
Bahasa yang Didukung | 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" } } |