send2boox

使用send2boox浏览器扩展可将网页(可生成pdf)推送到boox帐户 Use the send2boox browser extension to push the webpage (can generate pdf) to the boox account

send2booxคืออะไร?

send2boox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย booxstore123 และคุณลักษณะหลักของมันคือ "使用send2boox浏览器扩展可将网页(可生成pdf)推送到boox帐户 Use the send2boox browser extension to push the webpage (can generate pdf) to the boox account"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย send2boox

ดาวน์โหลดไฟล์ส่วนขยาย send2boox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Print any page to Boox reader (via boox push service)
Like "push to kindle" or "read it later", with this extension, 
you can push any web page to your Boox reader, as PDF.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ send2boox send2boox
ID alpojkkkfdmdljbffepiabcjfhnnmako
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/send2boox/alpojkkkfdmdljbffepiabcjfhnnmako
คำอธิบาย 使用send2boox浏览器扩展可将网页(可生成pdf)推送到boox帐户 Use the send2boox browser extension to push the webpage (can generate pdf) to the boox account
ขนาดไฟล์ 577 KB
จำนวนการติดตั้ง 8,139
เวอร์ชันปัจจุบัน 0.3.2
อัปเดตครั้งล่าสุด 2023-04-17
วันที่เผยแพร่ 2021-03-09
คะแนน 3.21/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา booxstore123
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://push.boox.com/#/privacy
URL หน้านโยบายความเป็นส่วนตัว https://push.boox.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "\u4f7f\u7528send2boox\u6d4f\u89c8\u5668\u6269\u5c55\u53ef\u5c06\u7f51\u9875\uff08\u53ef\u751f\u6210pdf\uff09\u63a8\u9001\u5230boox\u5e10\u6237\nUse the send2boox browser extension to push the webpage (can generate pdf) to the boox account",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "printerProvider",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "minimum_chrome_version": "62",
    "version": "0.3.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}