Page Gallery

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

¿Qué es Page Gallery?

Page Gallery es una extensión de Chrome desarrollada por https://jakobkallin.com, y su función principal es "Displays a gallery of the images on the current page with filtering and sorting.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Page Gallery

Descarga archivos de extensión Page Gallery en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
URL Oficial https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Descripción Displays a gallery of the images on the current page with filtering and sorting.
Tamaño del Archivo 16.85 KB
Cantidad de Instalaciones 900
Versión Actual 0.0.0.3
Última Actualización 2017-02-10
Fecha de Publicación 2017-02-10
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador https://jakobkallin.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}