weReaDou
✳️ 在豆瓣中显示微信读书的可读状态
What is weReaDou?
weReaDou is a Chrome extension developed by sorosliu, and its main feature is "✳️ 在豆瓣中显示微信读书的可读状态".
Extension Screenshots
Download weReaDou Extension CRX File
Download weReaDou 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
对于豆瓣中收录的书籍条目,使用此插件可以显示微信读书中是否可阅读该书籍,并可跳转至微信读书网页版对应的书籍页面
Extension Basic Information
Name | weReaDou |
ID | njoadngalopipcepefcmebmflilmhadl |
Official URL | https://chromewebstore.google.com/detail/wereadou/njoadngalopipcepefcmebmflilmhadl |
Description | ✳️ 在豆瓣中显示微信读书的可读状态 |
File Size | 240 KB |
Installation Count | 1,065 |
Current Version | 1.2 |
Last Updated | 2022-12-28 |
Publish Date | 2020-07-30 |
Rating | 5.00/5 Total 7 Ratings |
Developer | sorosliu |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Sorosliu1029/weReaDou |
Help Page URL | https://github.com/Sorosliu1029/weReaDou |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "weReaDou", "description": "\u2733\ufe0f \u5728\u8c46\u74e3\u4e2d\u663e\u793a\u5fae\u4fe1\u8bfb\u4e66\u7684\u53ef\u8bfb\u72b6\u6001", "version": "1.2", "icons": { "16": "images\/[email protected]", "32": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "author": "sorosliu", "homepage_url": "https:\/\/github.com\/Sorosliu1029\/weReaDou", "content_scripts": [ { "matches": [ "https:\/\/book.douban.com\/subject\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "host_permissions": [ "https:\/\/weread.qq.com\/" ], "offline_enabled": false } |