Notepal
Sync your book notes
Was ist Notepal?
Notepal ist eine Chrome-Erweiterung, die von djyde520 entwickelt wurde, und ihr Hauptmerkmal ist "Sync your book notes".
Erweiterungsscreenshots
Notepal-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notepal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
同步微信读书笔记到 Readwise, flomo, Notion, Logseq, Obsidian.
Grundlegende Informationen zur Erweiterung
Name | Notepal |
ID | fdiajgjolaldofnimijejnjocmpceakl |
Offizielle URL | https://chromewebstore.google.com/detail/notepal/fdiajgjolaldofnimijejnjocmpceakl |
Beschreibung | Sync your book notes |
Dateigröße | 1.81 MB |
Installationsanzahl | 1,230 |
Aktuelle Version | 0.0.45 |
Letztes Update | 2023-11-17 |
Veröffentlichungsdatum | 2023-07-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | djyde520 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://notepal.randynamic.org |
Unterstützte Sprachen | 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\/*" ] } |