Page Gallery

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

Co je Page Gallery?

Page Gallery je rozšíření Chrome vyvinuté https://jakobkallin.com, a jeho hlavní funkcí je „Displays a gallery of the images on the current page with filtering and sorting.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Page Gallery

Stáhněte si soubory rozšíření Page Gallery ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
Oficiální URL https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Popis Displays a gallery of the images on the current page with filtering and sorting.
Velikost souboru 16.85 KB
Počet instalací 900
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2017-02-10
Datum Vydání 2017-02-10
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář https://jakobkallin.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}