Page Gallery

Displays a gallery of the images on the current page with filtering and sorting.

Page Gallery là gì?

Page Gallery là một tiện ích mở rộng Chrome được phát triển bởi https://jakobkallin.com, và tính năng chính của nó là "Displays a gallery of the images on the current page with filtering and sorting.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Gallery

Tải xuống các tệp mở rộng Page Gallery 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

                        Looking through a confusing image gallery or trying to find the largest version of an image on a page? Open the Page Gallery and see every image in a handy overview with filtering and sorting!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
URL Chính Thức https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Mô tả Displays a gallery of the images on the current page with filtering and sorting.
Kích Thước Tệp 16.85 KB
Số Lần Cài Đặt 900
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2017-02-10
Ngày Phát Hành 2017-02-10
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://jakobkallin.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Gallery",
    "version": "0.0.0.3",
    "description": "Displays a gallery of the images on the current page with filtering and sorting.",
    "author": "Jakob Kallin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Show page gallery",
        "default_popup": "popup.html"
    }
}