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
电子邮箱 [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"
            }
        }
    }
}