Book Sheep

Allow sending ebook on b-ok.cc to your Kindle automatically

Book Sheep란 무엇입니까?

Book Sheep은(는) https://rarebit.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow sending ebook on b-ok.cc to your Kindle automatically"입니다.

확장 프로그램 스크린샷

screenshot

Book Sheep 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allow sending ebook on b-ok.cc to your Kindle automatically.
No more downloading and sending manually by hand.

All is taken care of by Book Sheep.
Usage:
1. Go to https://b-ok.cc and search for your favorite book.
2. Click on "Sent to Kindle" button.
3. Wait and enjoy reading on your Kindle device.

Have fun reading!!!                    

확장 프로그램 기본 정보

이름 Book Sheep Book Sheep
ID ikpmdhikhljdfgccfidgcbdfmdechaap
공식 URL https://chromewebstore.google.com/detail/book-sheep/ikpmdhikhljdfgccfidgcbdfmdechaap
설명 Allow sending ebook on b-ok.cc to your Kindle automatically
파일 크기 103 KB
설치 횟수 21
현재 버전 1.0.0
최근 업데이트 2020-06-03
출시 날짜 2020-04-24
개발자 https://rarebit.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rarebit.io
도움말 페이지 URL https://rarebit.io/contact
개인정보 보호 정책 페이지 URL https://rarebit.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Book Sheep",
    "version": "1.0.0",
    "description": "Allow sending ebook on b-ok.cc to your Kindle automatically",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/b-ok.cc\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*.zlibcdn.com\/",
        "https:\/\/api.mailgun.net\/"
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    }
}