Page Gallery

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

Cos'è Page Gallery?

Page Gallery è un'estensione di Chrome sviluppata da https://jakobkallin.com, e la sua funzione principale è "Displays a gallery of the images on the current page with filtering and sorting.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Page Gallery

Scarica i file di estensione Page Gallery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
URL Ufficiale https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Descrizione Displays a gallery of the images on the current page with filtering and sorting.
Dimensione del File 16.85 KB
Conteggio Installazioni 900
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2017-02-10
Data di Pubblicazione 2017-02-10
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore https://jakobkallin.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}