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 là gì?

Manga Viewer là một tiện ích mở rộng Chrome được phát triển bởi nikukikai, và tính năng chính của nó là "A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Manga Viewer

Tải xuống các tệp mở rộng Manga Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Manga Viewer Manga Viewer
ID aoikkiamdjnipechicmgjinpnngiapjo
URL Chính Thức https://chromewebstore.google.com/detail/manga-viewer/aoikkiamdjnipechicmgjinpnngiapjo
Mô tả A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.
Kích Thước Tệp 59.43 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2024-01-20
Ngày Phát Hành 2023-08-22
Nhà Phát Triển nikukikai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NikuKikai/chrome-manga-viewer
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}