Page Gallery
Displays a gallery of the images on the current page with filtering and sorting.
What is Page Gallery?
Page Gallery is a Chrome extension developed by https://jakobkallin.com, and its main feature is "Displays a gallery of the images on the current page with filtering and sorting.".
Extension Screenshots
Download Page Gallery Extension CRX File
Download Page Gallery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Page Gallery |
ID | akpgagdbjionahjaiopopkiopakcoebp |
Official URL | https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp |
Description | Displays a gallery of the images on the current page with filtering and sorting. |
File Size | 16.85 KB |
Installation Count | 900 |
Current Version | 0.0.0.3 |
Last Updated | 2017-02-10 |
Publish Date | 2017-02-10 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://jakobkallin.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |