Page Gallery

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

Apa itu Page Gallery?

Page Gallery adalah ekstensi Chrome yang dikembangkan oleh https://jakobkallin.com, dan fitur utamanya adalah "Displays a gallery of the images on the current page with filtering and sorting.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Page Gallery

Unduh file ekstensi Page Gallery dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
URL Resmi https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Deskripsi Displays a gallery of the images on the current page with filtering and sorting.
Ukuran File 16.85 KB
Jumlah Instalasi 900
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2017-02-10
Tanggal Publikasi 2017-02-10
Penilaian 4.33/5 Total 3 Penilaian
Pengembang https://jakobkallin.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}