Webpage to Image Gallery - Manga Reader

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

¿Qué es Webpage to Image Gallery - Manga Reader?

Webpage to Image Gallery - Manga Reader es una extensión de Chrome desarrollada por Fahim Foysal, y su función principal es "Displays all the images of the current page in a gallery style for clutter free image viewing experience.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Webpage to Image Gallery - Manga Reader

Descarga archivos de extensión Webpage to Image Gallery - Manga Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Webpage to Image Gallery - Manga Reader Webpage to Image Gallery - Manga Reader
ID ejgagablamoieidnpjepmhbjnjbidfkj
URL Oficial https://chromewebstore.google.com/detail/webpage-to-image-gallery/ejgagablamoieidnpjepmhbjnjbidfkj
Descripción Displays all the images of the current page in a gallery style for clutter free image viewing experience.
Tamaño del Archivo 56.31 KB
Cantidad de Instalaciones 123
Versión Actual 1.0
Última Actualización 2023-01-30
Fecha de Publicación 2023-01-30
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Fahim Foysal
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            }
        }
    }
}