Book Roulette by Bookship
Shows you interesting books you'd never find on your own.
什么是Book Roulette by Bookship?
Book Roulette by Bookship是由The Hawaii Project, LLC开发的Chrome扩展程序,该扩展的主要功能是“Shows you interesting books you'd never find on your own.”。
扩展截图
下载Book Roulette by Bookship扩展crx文件
下载Book Roulette by Bookship扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Book Roulette by Bookship |
ID | nmomlgnkllppccohkeemlenohnakehoc |
官方URL | https://chromewebstore.google.com/detail/book-roulette-by-bookship/nmomlgnkllppccohkeemlenohnakehoc |
简介 | Shows you interesting books you'd never find on your own. |
文件大小 | 18.75 KB |
安装次数 | 45 |
当前版本 | 1.3.1 |
更新时间 | 2021-08-14 |
上架时间 | 2021-08-08 |
开发者 | The Hawaii Project, LLC |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.bookshipapp.com |
隐私政策页面URL | https://www.thehawaiiproject.com/faq |
支持的语言 | 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" } } |