weread-helper
同步微信读书中书籍元信息、高亮标注、划线感想、书评等至语雀
weread-helper란 무엇입니까?
weread-helper은(는) gaopeng19960108에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "同步微信读书中书籍元信息、高亮标注、划线感想、书评等至语雀"입니다.
확장 프로그램 스크린샷
weread-helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } } |