Imgur Viewer

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

Cos'è Imgur Viewer?

Imgur Viewer è un'estensione di Chrome sviluppata da imgurviewerdev, e la sua funzione principale è "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Imgur Viewer

Scarica i file di estensione Imgur Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Imgur Viewer Imgur Viewer
ID fonhhggcblkogdhakpmdihmmhgigdbdn
URL Ufficiale https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn
Descrizione A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Dimensione del File 2.72 MB
Conteggio Installazioni 933
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-03-05
Data di Pubblicazione 2018-03-05
Valutazione 3.20/5 Totale 5 Valutazioni
Sviluppatore imgurviewerdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}