Webpage to Image Gallery - Manga Reader
Displays all the images of the current page in a gallery style for clutter free image viewing experience.
Co to jest Webpage to Image Gallery - Manga Reader?
Webpage to Image Gallery - Manga Reader to rozszerzenie Chrome opracowane przez Fahim Foysal, a jego główną funkcją jest „Displays all the images of the current page in a gallery style for clutter free image viewing experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Webpage to Image Gallery - Manga Reader
Pobierz pliki rozszerzeń Webpage to Image Gallery - Manga Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Webpage to Image Gallery - Manga Reader |
ID | ejgagablamoieidnpjepmhbjnjbidfkj |
Oficjalny URL | https://chromewebstore.google.com/detail/webpage-to-image-gallery/ejgagablamoieidnpjepmhbjnjbidfkj |
Opis | Displays all the images of the current page in a gallery style for clutter free image viewing experience. |
Rozmiar pliku | 56.31 KB |
Liczba instalacji | 123 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-01-30 |
Data Publikacji | 2023-01-30 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Fahim Foysal |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } } |