Page Gallery

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

Co to jest Page Gallery?

Page Gallery to rozszerzenie Chrome opracowane przez https://jakobkallin.com, a jego główną funkcją jest „Displays a gallery of the images on the current page with filtering and sorting.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Page Gallery

Pobierz pliki rozszerzeń Page Gallery w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
Oficjalny URL https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Opis Displays a gallery of the images on the current page with filtering and sorting.
Rozmiar pliku 16.85 KB
Liczba instalacji 900
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2017-02-10
Data Publikacji 2017-02-10
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper https://jakobkallin.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}