Page Gallery
Displays a gallery of the images on the current page with filtering and sorting.
Was ist Page Gallery?
Page Gallery ist eine Chrome-Erweiterung, die von https://jakobkallin.com entwickelt wurde, und ihr Hauptmerkmal ist "Displays a gallery of the images on the current page with filtering and sorting.".
Erweiterungsscreenshots
Page Gallery-Erweiterungs-CRX-Datei herunterladen
Laden Sie Page Gallery-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Page Gallery |
ID | akpgagdbjionahjaiopopkiopakcoebp |
Offizielle URL | https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp |
Beschreibung | Displays a gallery of the images on the current page with filtering and sorting. |
Dateigröße | 16.85 KB |
Installationsanzahl | 900 |
Aktuelle Version | 0.0.0.3 |
Letztes Update | 2017-02-10 |
Veröffentlichungsdatum | 2017-02-10 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | https://jakobkallin.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |