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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}