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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays all the images of the current page in a gallery style for clutter free image viewing experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Webpage to Image Gallery - Manga Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            }
        }
    }
}