小说阅读器

小说阅读器

小说阅读器とは何ですか?

小说阅读器はblack.humourによって開発されたChromeの拡張機能で、その主な機能は「小说阅读器」です。

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

screenshot
screenshot

小说阅读器拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

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

展示效果图如截图                    

拡張機能の基本情報

名前 小说阅读器 小说阅读器
ID gcaobcgombjmhnchjakkakhejncognlo
公式URL https://chromewebstore.google.com/detail/%E5%B0%8F%E8%AF%B4%E9%98%85%E8%AF%BB%E5%99%A8/gcaobcgombjmhnchjakkakhejncognlo
説明 小说阅读器
ファイルサイズ 276 KB
インストール数 22
現在のバージョン 1.0.8
最終更新日 2023-12-14
公開日 2023-09-17
評価 1.00/5 合計 1 レビュー
開発者 black.humour
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bluebabes/chrome-novie-reader
ヘルプページのURL https://github.com/bluebabes/chrome-novie-reader
プライバシーポリシーページのURL https://sites.google.com/view/plugin-photo-privacy-policy
対応言語 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'"
    }
}