4chan gallery, slideshow, grid, expand images

Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.

Τι είναι το 4chan gallery, slideshow, grid, expand images;

Το 4chan gallery, slideshow, grid, expand images είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Miller, και η κύρια λειτουργία του είναι "Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 4chan gallery, slideshow, grid, expand images

Λήψη αρχείων επέκτασης 4chan gallery, slideshow, grid, expand images σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension adds the following features to 4chan and 4channel threads:
- Image grid view
- Image gallery (with slideshow mode)
- Expand all images

The image grid view shows all images of a thread in a grid. Grid mode is perfect for viewing the images of a thread.

Gallery mode shows a single image in fullscreen. Gallery mode looks identical to opening the image in a new tab. Keyboard shortcuts can be used to navigate between images.

Expand all images expands all images in the thread, the same way clicking an image normally would do.

Settings are available to customize almost every aspect of this extension.                    

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

Όνομα 4chan gallery, slideshow, grid, expand images 4chan gallery, slideshow, grid, expand images
ID mhlgpnhdgapplfjbeedinfiibdjmcdip
Επίσημο URL https://chromewebstore.google.com/detail/4chan-gallery-slideshow-g/mhlgpnhdgapplfjbeedinfiibdjmcdip
Περιγραφή Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.
Μέγεθος Αρχείου 199 KB
Αριθμός Εγκαταστάσεων 3,552
Τρέχουσα Έκδοση 1.8.5
Τελευταία Ενημέρωση 2023-09-19
Ημερομηνία Δημοσίευσης 2019-05-10
Αξιολόγηση 4.61/5 Συνολικά 121 Αξιολογήσεις
Προγραμματιστής Miller
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4chan gallery, slideshow, grid, expand images",
    "version": "1.8.5",
    "manifest_version": 3,
    "description": "Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/boards.4chan.org\/*",
        "http:\/\/boards.4chan.org\/*",
        "https:\/\/boards.4channel.org\/*",
        "http:\/\/boards.4channel.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boards.4chan.org\/*",
                "http:\/\/boards.4chan.org\/*",
                "https:\/\/boards.4channel.org\/*",
                "http:\/\/boards.4channel.org\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ]
}