Print to Boox
Print any page to Boox reader (via boox push service)
Print to Booxとは何ですか?
Print to Booxはdeemstoneによって開発されたChromeの拡張機能で、その主な機能は「Print any page to Boox reader (via boox push service)」です。
拡張機能のスクリーンショット
Print to Boox拡張機能のCRXファイルをダウンロード
Print to Boox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Like "push to kindle" or "read it later", with this extension, you can push any web page to your Boox reader, as PDF. Just hit "⌘+P" (or "Ctrl+P" on Windows), and select printer "Print to Boox". (Before use, Don't Forget clicking "B" icon to login send2boox.com) Recommend models: (both 10.3") * Boox Note+ * Boox Note pro (I use this, with Front light, read anywhere) Where to buy? https://amzn.to/2Ks9AtF ---------------------------------------------------------------- 🤠Recommend use with https://www.printfriendly.com/ for better reading experience! 🤓Feedback: Github:https://github.com/deemstone/print2Boox weibo:https://weibo.com/u/1657002552 Twitter: @deemstone
拡張機能の基本情報
名前 | Print to Boox |
ID | ffpkcknolpnlaecifjnpembbfnbknahd |
公式URL | https://chromewebstore.google.com/detail/print-to-boox/ffpkcknolpnlaecifjnpembbfnbknahd |
説明 | Print any page to Boox reader (via boox push service) |
ファイルサイズ | 233 KB |
インストール数 | 1,323 |
現在のバージョン | 0.0.8 |
最終更新日 | 2021-04-06 |
公開日 | 2020-06-24 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | deemstone |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/deemstone/print2Boox |
ヘルプページのURL | https://github.com/deemstone/print2Boox/issues |
対応言語 | en-GB,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print to Boox", "version": "0.0.8", "description": "Print any page to Boox reader (via boox push service)", "options_page": "options.html", "default_locale": "en_GB", "background": { "scripts": [ "aliyun-oss-sdk-6.0.0.min.js", "analytics.js", "error.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "Print to Boox", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "*:\/\/send2boox.com\/", "*:\/\/push.boox.com\/", "printerProvider", "notifications", "storage", "webRequest" ], "manifest_version": 2 } |