Notepal

Sync your book notes

Notepalคืออะไร?

Notepal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย djyde520 และคุณลักษณะหลักของมันคือ "Sync your book notes"

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

screenshot
screenshot
screenshot

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

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

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

                        同步微信读书笔记到 Readwise, flomo, Notion, Logseq, Obsidian.                    

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

ชื่อ Notepal Notepal
ID fdiajgjolaldofnimijejnjocmpceakl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notepal/fdiajgjolaldofnimijejnjocmpceakl
คำอธิบาย Sync your book notes
ขนาดไฟล์ 1.81 MB
จำนวนการติดตั้ง 1,230
เวอร์ชันปัจจุบัน 0.0.45
อัปเดตครั้งล่าสุด 2023-11-17
วันที่เผยแพร่ 2023-07-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา djyde520
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://notepal.randynamic.org
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.45",
    "author": "Randy Lu",
    "name": "Notepal",
    "description": "Sync your book notes",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "optional_host_permissions": [
        "https:\/\/api.lemonsqueezy.com\/*"
    ],
    "host_permissions": [
        "https:\/\/weread.qq.com\/*",
        "https:\/\/readwise.io\/api\/v2\/highlights\/*",
        "https:\/\/api.mixpanel.com\/*",
        "https:\/\/licensekit.randynamic.org\/*",
        "https:\/\/i.weread.qq.com\/*",
        "http:\/\/127.0.0.1\/*",
        "https:\/\/api.notion.com\/*"
    ]
}