Webpage to Image Gallery - Manga Reader

Displays all the images of the current page in a gallery style for clutter free image viewing experience.

Webpage to Image Gallery - Manga Readerとは何ですか?

Webpage to Image Gallery - Manga ReaderはFahim Foysalによって開発されたChromeの拡張機能で、その主な機能は「Displays all the images of the current page in a gallery style for clutter free image viewing experience.」です。

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

screenshot
screenshot

Webpage to Image Gallery - Manga Reader拡張機能のCRXファイルをダウンロード

Webpage to Image Gallery - Manga Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Wait for the page to load all images, hit the extension icon and enjoy better image viewing experience!

This is a simple and easy to use chrome extension that allows you to view all the images on the current page in a gallery-style view. With this extension, you can easily access all the images on a page and view them in a lightbox.

This extension is perfect for users who want to quickly access all the images on a page without having to scroll through the entire page. For example reading manga from random web site will be more enjoyable now.

The extension is lightweight, fast and easy to use, it can be installed in seconds and doesn't require any additional configuration.

So if you're tired of scrolling through pages to find all the images, give this extension a try and make browsing images on the web a breeze.

Features:
- Using arrow keys navigate throw images
- Zoom in/out
- Gallery/thumbnail view and navigation
- Full screen view without other distractions                    

拡張機能の基本情報

名前 Webpage to Image Gallery - Manga Reader Webpage to Image Gallery - Manga Reader
ID ejgagablamoieidnpjepmhbjnjbidfkj
公式URL https://chromewebstore.google.com/detail/webpage-to-image-gallery/ejgagablamoieidnpjepmhbjnjbidfkj
説明 Displays all the images of the current page in a gallery style for clutter free image viewing experience.
ファイルサイズ 56.31 KB
インストール数 123
現在のバージョン 1.0
最終更新日 2023-01-30
公開日 2023-01-30
評価 5.00/5 合計 2 レビュー
開発者 Fahim Foysal
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage to Image Gallery - Manga Reader",
    "version": "1.0",
    "description": "Displays all the images of the current page in a gallery style for clutter free image viewing experience.",
    "action": {
        "default_icon": {
            "16": "assets\/images\/icons\/icon-16.png",
            "32": "assets\/images\/icons\/icon-32.png",
            "48": "assets\/images\/icons\/icon-48.png",
            "128": "assets\/images\/icons\/icon-128.png"
        }
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/images\/icons\/icon-16.png",
        "32": "assets\/images\/icons\/icon-32.png",
        "48": "assets\/images\/icons\/icon-48.png",
        "128": "assets\/images\/icons\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            }
        }
    }
}