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文件

下载Book Sheep扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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