Notepal

Sync your book notes

Notepal là gì?

Notepal là một tiện ích mở rộng Chrome được phát triển bởi djyde520, và tính năng chính của nó là "Sync your book notes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notepal

Tải xuống các tệp mở rộng Notepal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notepal Notepal
ID fdiajgjolaldofnimijejnjocmpceakl
URL Chính Thức https://chromewebstore.google.com/detail/notepal/fdiajgjolaldofnimijejnjocmpceakl
Mô tả Sync your book notes
Kích Thước Tệp 1.81 MB
Số Lần Cài Đặt 1,230
Phiên Bản Hiện Tại 0.0.45
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2023-07-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển djyde520
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://notepal.randynamic.org
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}