Manga Viewer

A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.

Manga Viewer란 무엇입니까?

Manga Viewer은(는) nikukikai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Manga Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension inserts a book-like viewer, which makes it possible to read separate manga page images posted on SNS like reading a real book. The viewer can be opened with the button displayed whithin a post. Currently only supports weibo.

v0.1.3
- Automatically divide long image into pages.                    

확장 프로그램 기본 정보

이름 Manga Viewer Manga Viewer
ID aoikkiamdjnipechicmgjinpnngiapjo
공식 URL https://chromewebstore.google.com/detail/manga-viewer/aoikkiamdjnipechicmgjinpnngiapjo
설명 A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.
파일 크기 59.43 KB
설치 횟수 96
현재 버전 0.1.3
최근 업데이트 2024-01-20
출시 날짜 2023-08-22
개발자 nikukikai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/NikuKikai/chrome-manga-viewer
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Manga Viewer",
    "version": "0.1.3",
    "description": "A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.",
    "action": {
        "default_title": "Popup",
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.tsx.9841b66a.dbcc3a83.js"
            ],
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "media": [],
            "css": [
                "assets\/main.89aaa99d.css"
            ]
        }
    ],
    "author": "NikuKikai",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "resources": [
                "assets\/jsx-runtime.247be44e.js",
                "assets\/main.tsx.9841b66a.js"
            ],
            "use_dynamic_url": true
        }
    ]
}