DeepRead Beta Extension

Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...

DeepRead Beta Extensionคืออะไร?

DeepRead Beta Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deepreaddev และคุณลักษณะหลักของมันคือ "Connects to Amazon Kindle library and synchronizes books and highlights. More features coming..."

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

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

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

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

                        This is an extension for the DeepRead browser application.
Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...                    

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

ชื่อ DeepRead Beta Extension DeepRead Beta Extension
ID gophnfcdaafgoihhbpcjcdechglninhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deepread-beta-extension/gophnfcdaafgoihhbpcjcdechglninhp
คำอธิบาย Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...
ขนาดไฟล์ 14.75 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-08-03
วันที่เผยแพร่ 2023-08-03
ผู้พัฒนา deepreaddev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://deepread.com/
URL หน้านโยบายความเป็นส่วนตัว https://deepread.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DeepRead Beta Extension",
    "description": "Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...",
    "version": "0.1.0",
    "icons": {
        "16": "tab-icon.png",
        "48": "tab-icon.png",
        "128": "tab-icon.png"
    },
    "permissions": [
        "cookies"
    ],
    "optional_permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/app.deepread.com\/*",
            "https:\/\/frontend.deepread.com\/*",
            "https:\/\/dev.deepread.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    }
}