Book Sheep

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

Qu'est-ce que Book Sheep ?

Book Sheep est une extension Chrome développée par https://rarebit.io, et sa fonction principale est "Allow sending ebook on b-ok.cc to your Kindle automatically".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Book Sheep

Téléchargez les fichiers d'extension Book Sheep au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Book Sheep Book Sheep
ID ikpmdhikhljdfgccfidgcbdfmdechaap
URL Officiel https://chromewebstore.google.com/detail/book-sheep/ikpmdhikhljdfgccfidgcbdfmdechaap
Description Allow sending ebook on b-ok.cc to your Kindle automatically
Taille du Fichier 103 KB
Nombre d'Installations 21
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-06-03
Date de Publication 2020-04-24
Développeur https://rarebit.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rarebit.io
URL de la Page d'Aide https://rarebit.io/contact
URL de la Page de Politique de Confidentialité https://rarebit.io/privacy-policy
Langues Prises en Charge 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"
    }
}