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 là gì?
Webpage to Image Gallery - Manga Reader là một tiện ích mở rộng Chrome được phát triển bởi Fahim Foysal, và tính năng chính của nó là "Displays all the images of the current page in a gallery style for clutter free image viewing experience.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Webpage to Image Gallery - Manga Reader
Tải xuống các tệp mở rộng Webpage to Image Gallery - Manga Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Webpage to Image Gallery - Manga Reader |
ID | ejgagablamoieidnpjepmhbjnjbidfkj |
URL Chính Thức | https://chromewebstore.google.com/detail/webpage-to-image-gallery/ejgagablamoieidnpjepmhbjnjbidfkj |
Mô tả | Displays all the images of the current page in a gallery style for clutter free image viewing experience. |
Kích Thước Tệp | 56.31 KB |
Số Lần Cài Đặt | 123 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-01-30 |
Ngày Phát Hành | 2023-01-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Fahim Foysal |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |