Page Gallery
Displays a gallery of the images on the current page with filtering and sorting.
Wat is Page Gallery?
Page Gallery is een Chrome-extensie ontwikkeld door https://jakobkallin.com, en de belangrijkste functie is "Displays a gallery of the images on the current page with filtering and sorting.".
Extensie Screenshots
Download het CRX-bestand van de extensie Page Gallery
Download Page Gallery-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | akpgagdbjionahjaiopopkiopakcoebp |
| Officiële URL | https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp |
| Beschrijving | Displays a gallery of the images on the current page with filtering and sorting. |
| Bestandsgrootte | 16.85 KB |
| Aantal Installaties | 900 |
| Huidige Versie | 0.0.0.3 |
| Laatst Bijgewerkt | 2017-02-10 |
| Publicatiedatum | 2017-02-10 |
| Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://jakobkallin.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |