微信读书导出
一键导出微信读书笔记
What is 微信读书导出?
微信读书导出 is a Chrome extension developed by scarqin, and its main feature is "一键导出微信读书笔记".
Extension Screenshots
Download 微信读书导出 Extension CRX File
Download 微信读书导出 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1. 显示带笔记的书籍列表 2. 一键导出 markdown 格式划线/评论
Extension Basic Information
Name | 微信读书导出 |
ID | pfdngabomfljjilophohpifglnodhhnh |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E8%AF%BB%E4%B9%A6%E5%AF%BC%E5%87%BA/pfdngabomfljjilophohpifglnodhhnh |
Description | 一键导出微信读书笔记 |
File Size | 2 MB |
Installation Count | 231 |
Current Version | 0.0.5 |
Last Updated | 2023-05-21 |
Publish Date | 2022-02-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | scarqin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/scarqin/wxread-export |
Help Page URL | https://github.com/scarqin/wxread-export |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5fae\u4fe1\u8bfb\u4e66\u5bfc\u51fa", "description": "\u4e00\u952e\u5bfc\u51fa\u5fae\u4fe1\u8bfb\u4e66\u7b14\u8bb0", "version": "0.0.5", "manifest_version": 3, "action": { "default_title": "Weixin Read Export", "default_icon": "assets\/icons\/icon16.png", "default_popup": "popup\/public\/index.html" }, "homepage_url": "https:\/\/github.com\/scarqin\/wxread-export", "icons": { "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "host_permissions": [ "https:\/\/i.weread.qq.com\/*" ] } |