weread-helper
同步微信读书中书籍元信息、高亮标注、划线感想、书评等至语雀
weread-helper क्या है?
weread-helper gaopeng19960108 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "同步微信读书中书籍元信息、高亮标注、划线感想、书评等至语雀"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में weread-helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
同步微信读书中书籍元信息、高亮标注、划线感想、书评等至语雀
एक्सटेंशन की मूल जानकारी
नाम | weread-helper |
ID | jmcpabhmafdjaicnjbbogpdknkenidkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/weread-helper/jmcpabhmafdjaicnjbbogpdknkenidkh |
विवरण | 同步微信读书中书籍元信息、高亮标注、划线感想、书评等至语雀 |
फ़ाइल का आकार | 329 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-02-22 |
प्रकाशन तिथि | 2023-02-21 |
डेवलपर | gaopeng19960108 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "weread-helper", "version": "1.0.0", "description": "\u540c\u6b65\u5fae\u4fe1\u8bfb\u4e66\u4e2d\u4e66\u7c4d\u5143\u4fe1\u606f\u3001\u9ad8\u4eae\u6807\u6ce8\u3001\u5212\u7ebf\u611f\u60f3\u3001\u4e66\u8bc4\u7b49\u81f3\u8bed\u96c0", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/weread.qq.com\/*" ], "js": [ "src\/pages\/content\/index.js" ] } ], "permissions": [ "storage", "webRequest" ], "host_permissions": [ "https:\/\/i.weread.qq.com\/*", "https:\/\/weread.qq.com\/*", "https:\/\/www.yuque.com\/api\/v2\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-32.png" ], "matches": [ "*:\/\/*\/*" ] } ], "sandbox": { "pages": [ "src\/pages\/sandbox\/index.html" ] } } |