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」です。
拡張機能のスクリーンショット
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!!!                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |