bigur

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

Was ist bigur?

bigur ist eine Chrome-Erweiterung, die von AltIvan entwickelt wurde, und ihr Hauptmerkmal ist "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".

Erweiterungsscreenshots

screenshot

bigur-Erweiterungs-CRX-Datei herunterladen

Laden Sie bigur-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name bigur bigur
ID jcckmfokcjjdablcoagoddoidmnknnfb
Offizielle URL https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb
Beschreibung Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
Dateigröße 16 KB
Installationsanzahl 175
Aktuelle Version 0.0.6
Letztes Update 2017-06-09
Veröffentlichungsdatum 2017-06-09
Bewertung 4.40/5 Insgesamt 20 Bewertungen
Entwickler AltIvan
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}