Page Gallery

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

Τι είναι το Page Gallery;

Το Page Gallery είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jakobkallin.com, και η κύρια λειτουργία του είναι "Displays a gallery of the images on the current page with filtering and sorting.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Page Gallery

Λήψη αρχείων επέκτασης Page Gallery σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
Επίσημο URL https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Περιγραφή Displays a gallery of the images on the current page with filtering and sorting.
Μέγεθος Αρχείου 16.85 KB
Αριθμός Εγκαταστάσεων 900
Τρέχουσα Έκδοση 0.0.0.3
Τελευταία Ενημέρωση 2017-02-10
Ημερομηνία Δημοσίευσης 2017-02-10
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://jakobkallin.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}