bigur

Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.

Cos'è bigur?

bigur è un'estensione di Chrome sviluppata da AltIvan, e la sua funzione principale è "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione bigur

Scarica i file di estensione bigur 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

                        Read the Imgur comments from the right side of the site, you no longer need to scroll to read the comments! To work it needs a screen width larger than 1420px 

Plus other small features for navigating Imgur:

- See the number of images at the end of the title (very useful for dumps)
- Auto-fit first image if its not too big (so you don't have to scroll)                    

Informazioni di Base sull'Estensione

Nome bigur bigur
ID jcckmfokcjjdablcoagoddoidmnknnfb
URL Ufficiale https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb
Descrizione Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
Dimensione del File 16 KB
Conteggio Installazioni 175
Versione Corrente 0.0.6
Ultimo Aggiornamento 2017-06-09
Data di Pubblicazione 2017-06-09
Valutazione 4.40/5 Totale 20 Valutazioni
Sviluppatore AltIvan
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/imgur.com\/*",
        "webNavigation"
    ]
}