Comic++

重新定义漫画与小说网站的样式布局,改变你的阅读方式。

What is Comic++?

Comic++ is a Chrome extension developed by https://didaolan.cn, and its main feature is "重新定义漫画与小说网站的样式布局,改变你的阅读方式。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Comic++ Extension CRX File

Download Comic++ 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

                        为了美好的阅读体验,你需要一个更简约、更舒适的阅读器。Comic++ 将助你摒弃糟糕UI体验,提供更贴心的服务。

漫画阅读模式
-  调整漫画加载方式
-  自由切换黑/白主题皮肤
-  支持缩放漫画显示比例
-  支持调整漫画上下间距
-  支持 4 个漫画网站

小说阅读模式
- 支持切换简体/繁体
- 支持字体选择:雅黑、宋体和楷体
- 支持字体大小修改
- 支持调整页面宽度
- 支持 3 个小说网站

联系我们
- 官网: https://www.didaolan.cn/comic.html
- 更新日志:https://www.didaolan.cn/comic_log.html
- QQ群: 629358303                    

Extension Basic Information

Name Comic++ Comic++
ID mhekhlkmjaleehfnfjfpejhegjieaaef
Official URL https://chromewebstore.google.com/detail/comic++/mhekhlkmjaleehfnfjfpejhegjieaaef
Description 重新定义漫画与小说网站的样式布局,改变你的阅读方式。
File Size 1003 KB
Installation Count 1,304
Current Version 2.0.1
Last Updated 2023-04-09
Publish Date 2020-06-15
Rating 4.88/5 Total 8 Ratings
Developer https://didaolan.cn
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic++",
    "version": "2.0.1",
    "description": "\u91cd\u65b0\u5b9a\u4e49\u6f2b\u753b\u4e0e\u5c0f\u8bf4\u7f51\u7ad9\u7684\u6837\u5f0f\u5e03\u5c40\uff0c\u6539\u53d8\u4f60\u7684\u9605\u8bfb\u65b9\u5f0f\u3002",
    "icons": {
        "16": "dist\/images\/icon.png",
        "48": "dist\/images\/icon.png",
        "128": "dist\/images\/icon.png"
    },
    "action": {
        "default_title": "Comic++",
        "default_icon": "dist\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "http:\/\/www.didaolan.cn",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "dist\/css\/style.css"
            ],
            "js": [
                "dist\/js\/lib\/jquery.min.js",
                "dist\/js\/template.js",
                "dist\/js\/app.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}