Imgur Viewer

A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation

Τι είναι το Imgur Viewer;

Το Imgur Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον imgurviewerdev, και η κύρια λειτουργία του είναι "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        View Imgur albums like you truly want: with all images fitted to window size and easy navigation. This extension creates a button in the header of any Imgur album/gallery page to spawn the viewer. Images can be navigated with two sets of keybindings: gamer(a, d) and vim(h, l). See the github README for more information --> https://github.com/mpeterdev/imgurviewer                    

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

Όνομα Imgur Viewer Imgur Viewer
ID fonhhggcblkogdhakpmdihmmhgigdbdn
Επίσημο URL https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn
Περιγραφή A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Μέγεθος Αρχείου 2.72 MB
Αριθμός Εγκαταστάσεων 933
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2018-03-05
Ημερομηνία Δημοσίευσης 2018-03-05
Αξιολόγηση 3.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής imgurviewerdev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Viewer",
    "description": "A chrome extension to provide better Imgur album\/gallery viewing with images fitted to the window and easy navigation",
    "version": "1.0.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imgur.com\/a\/*",
                "https:\/\/imgur.com\/gallery\/*"
            ],
            "js": [
                "viewer.js"
            ]
        }
    ]
}