Comic++

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

Comic++란 무엇입니까?

Comic++은(는) https://didaolan.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "重新定义漫画与小说网站的样式布局,改变你的阅读方式。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Comic++ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

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

확장 프로그램 기본 정보

이름 Comic++ Comic++
ID mhekhlkmjaleehfnfjfpejhegjieaaef
공식 URL https://chromewebstore.google.com/detail/comic++/mhekhlkmjaleehfnfjfpejhegjieaaef
설명 重新定义漫画与小说网站的样式布局,改变你的阅读方式。
파일 크기 1003 KB
설치 횟수 1,304
현재 버전 2.0.1
최근 업데이트 2023-04-09
출시 날짜 2020-06-15
평점 4.88/5 총 8 개의 평점
개발자 https://didaolan.cn
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}