Book Sheep
Allow sending ebook on b-ok.cc to your Kindle automatically
O que é Book Sheep?
Book Sheep é uma extensão do Chrome desenvolvida por https://rarebit.io, e sua principal característica é "Allow sending ebook on b-ok.cc to your Kindle automatically".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Book Sheep
Baixe arquivos de extensão Book Sheep no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!!!
Informações Básicas da Extensão
Nome | Book Sheep |
ID | ikpmdhikhljdfgccfidgcbdfmdechaap |
URL Oficial | https://chromewebstore.google.com/detail/book-sheep/ikpmdhikhljdfgccfidgcbdfmdechaap |
Descrição | Allow sending ebook on b-ok.cc to your Kindle automatically |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-06-03 |
Data de Publicação | 2020-04-24 |
Desenvolvedor | https://rarebit.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://rarebit.io |
URL da Página de Ajuda | https://rarebit.io/contact |
URL da Página de Política de Privacidade | https://rarebit.io/privacy-policy |
Idiomas Suportados | 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" } } |