Book Sheep

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

Apa itu Book Sheep?

Book Sheep adalah ekstensi Chrome yang dikembangkan oleh https://rarebit.io, dan fitur utamanya adalah "Allow sending ebook on b-ok.cc to your Kindle automatically".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Book Sheep

Unduh file ekstensi Book Sheep dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!!!                    

Informasi Dasar Ekstensi

Nama Book Sheep Book Sheep
ID ikpmdhikhljdfgccfidgcbdfmdechaap
URL Resmi https://chromewebstore.google.com/detail/book-sheep/ikpmdhikhljdfgccfidgcbdfmdechaap
Deskripsi Allow sending ebook on b-ok.cc to your Kindle automatically
Ukuran File 103 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-06-03
Tanggal Publikasi 2020-04-24
Pengembang https://rarebit.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rarebit.io
URL Halaman Bantuan https://rarebit.io/contact
URL Halaman Kebijakan Privasi https://rarebit.io/privacy-policy
Bahasa yang Didukung 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"
    }
}