Page Gallery

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

Vad är Page Gallery?

Page Gallery är en Chrome-tillägg utvecklad av https://jakobkallin.com, och dess huvudfunktion är "Displays a gallery of the images on the current page with filtering and sorting.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Page Gallery-förlängningens CRX-fil

Ladda ner Page Gallery-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
Officiell webbadress https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Beskrivning Displays a gallery of the images on the current page with filtering and sorting.
Filstorlek 16.85 KB
Antal Installationer 900
Aktuell Version 0.0.0.3
Senast Uppdaterad 2017-02-10
Publiceringsdatum 2017-02-10
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare https://jakobkallin.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}