LeanRabbook

Auto Parser of Novel

LeanRabbookとは何ですか?

LeanRabbookはshinemoonによって開発されたChromeの拡張機能で、その主な機能は「Auto Parser of Novel」です。

拡張機能のスクリーンショット

screenshot
screenshot

LeanRabbook拡張機能のCRXファイルをダウンロード

LeanRabbook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        解析并且优化网络小说页面,提升阅读体验:

- 重整阅读页面,预加载后续内容, 可以试试快捷键';'翻页; 

- 章节内将滚动变为水平或者垂直翻页,并且自动记忆阅读进度,在下次打开时进行跳转;

- 翻页到底继续空格和翻页键自动翻页;

- 点击标题可以跳转到原始页面;

- 简单记录阅读历史; 可定制解析关键字; 可定制解析附加脚本; 可定制阅读主题;

对不起:

不支持更新检查; 不承诺支持所有网站;

仅此而已,其他问题可以试着 联系我

源码: https://github.com/shinemoon/RabbookLean
Wiki: https://github.com/shinemoon/RabbookLean/wiki                    

拡張機能の基本情報

名前 LeanRabbook LeanRabbook
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
Eメール [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"
    ]
}