小说阅读器

小说阅读器

What is 小说阅读器?

小说阅读器 is a Chrome extension developed by black.humour, and its main feature is "小说阅读器".

Extension Screenshots

screenshot
screenshot

Download 小说阅读器 Extension CRX File

Download 小说阅读器 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

                        功能说明:将本地的txt文件,拖动到 chrome ,将展示为优雅阅读方式

- 阅读可以看浏览滚动条进度保存
- 配置字体/配色
- 可以全局搜索

展示效果图如截图                    

Extension Basic Information

Name 小说阅读器 小说阅读器
ID gcaobcgombjmhnchjakkakhejncognlo
Official URL https://chromewebstore.google.com/detail/%E5%B0%8F%E8%AF%B4%E9%98%85%E8%AF%BB%E5%99%A8/gcaobcgombjmhnchjakkakhejncognlo
Description 小说阅读器
File Size 276 KB
Installation Count 22
Current Version 1.0.8
Last Updated 2023-12-14
Publish Date 2023-09-17
Rating 1.00/5 Total 1 Ratings
Developer black.humour
Email [email protected]
Payment Type free
Extension Website https://github.com/bluebabes/chrome-novie-reader
Help Page URL https://github.com/bluebabes/chrome-novie-reader
Privacy Policy Page URL https://sites.google.com/view/plugin-photo-privacy-policy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5c0f\u8bf4\u9605\u8bfb\u5668",
    "version": "1.0.8",
    "description": "\u5c0f\u8bf4\u9605\u8bfb\u5668",
    "icons": {
        "16": "assets\/icon\/main.png",
        "48": "assets\/icon\/main.png",
        "128": "assets\/icon\/main.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon\/main.png",
            "38": "assets\/icon\/main.png"
        },
        "default_title": "\u5c0f\u8bf4\u9605\u8bfb\u5668"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/inject.entry.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}