Page Gallery
Displays a gallery of the images on the current page with filtering and sorting.
Hvad er Page Gallery?
Page Gallery er en Chrome-udvidelse udviklet af https://jakobkallin.com, og dens hovedfunktion er "Displays a gallery of the images on the current page with filtering and sorting.".
Udvidelsesskærmbilleder
Download Page Gallery-udvidelses-CRX-fil
Download Page Gallery-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | akpgagdbjionahjaiopopkiopakcoebp |
| Officiel URL | https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp |
| Beskrivelse | Displays a gallery of the images on the current page with filtering and sorting. |
| Filstørrelse | 16.85 KB |
| Antal Installationer | 900 |
| Nuværende Version | 0.0.0.3 |
| Senest Opdateret | 2017-02-10 |
| Udgivelsesdato | 2017-02-10 |
| Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
| Udvikler | https://jakobkallin.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |