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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Book Roulette by Bookship
ID nmomlgnkllppccohkeemlenohnakehoc
官方網址 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"
    }
}