LeanRabbook
Auto Parser of Novel
LeanRabbook란 무엇입니까?
LeanRabbook은(는) shinemoon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Parser of Novel"입니다.
확장 프로그램 스크린샷
LeanRabbook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
解析并且优化网络小说页面,提升阅读体验: - 重整阅读页面,预加载后续内容, 可以试试快捷键';'翻页; - 章节内将滚动变为水平或者垂直翻页,并且自动记忆阅读进度,在下次打开时进行跳转; - 翻页到底继续空格和翻页键自动翻页; - 点击标题可以跳转到原始页面; - 简单记录阅读历史; 可定制解析关键字; 可定制解析附加脚本; 可定制阅读主题; 对不起: 不支持更新检查; 不承诺支持所有网站; 仅此而已,其他问题可以试着 联系我 源码: https://github.com/shinemoon/RabbookLean Wiki: https://github.com/shinemoon/RabbookLean/wiki
확장 프로그램 기본 정보
이름 | |
ID | jcgmmejcojnlcojnkfcggnjdfjcnhpjb |
공식 URL | https://chrome.google.com/webstore/detail/leanrabbook/jcgmmejcojnlcojnkfcggnjdfjcnhpjb |
설명 | Auto Parser of Novel |
파일 크기 | 2.04 MB |
설치 횟수 | 146 |
현재 버전 | 1.65 |
최근 업데이트 | 2019-11-05 |
출시 날짜 | 2019-11-05 |
평점 | 4.57/5 총 14 개의 평점 |
개발자 | shinemoon |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mooninsky.net |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeanRabbook", "version": "1.65", "description": "Auto Parser of Novel", "short_name": "LRabook", "background": { "page": "background.html", "persisitent": true }, "manifest_version": 2, "icons": { "48": "images\/icon.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html", "default_title": "RabbookLean" }, "web_accessible_resources": [ "font\/font.ttf" ], "permissions": [ "tabs", "storage", "activeTab" ] } |