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)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Print to Boox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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
}