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!!!
擴展基本資訊
名稱 | Book Sheep |
ID | ikpmdhikhljdfgccfidgcbdfmdechaap |
官方網址 | 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" } } |