微信读书导出
一键导出微信读书笔记
Wat is 微信读书导出?
微信读书导出 is een Chrome-extensie ontwikkeld door scarqin, en de belangrijkste functie is "一键导出微信读书笔记".
Extensie Screenshots
Download het CRX-bestand van de extensie 微信读书导出
Download 微信读书导出-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
1. 显示带笔记的书籍列表 2. 一键导出 markdown 格式划线/评论
Basisinformatie over de Extensie
Naam | 微信读书导出 |
ID | pfdngabomfljjilophohpifglnodhhnh |
Officiële 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 |
Beschrijving | 一键导出微信读书笔记 |
Bestandsgrootte | 2 MB |
Aantal Installaties | 231 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2023-05-21 |
Publicatiedatum | 2022-02-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | scarqin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/scarqin/wxread-export |
Help Pagina-URL | https://github.com/scarqin/wxread-export |
Ondersteunde Talen | 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\/*" ] } |