bigur

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

What is bigur?

bigur is a Chrome extension developed by AltIvan, and its main feature is "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".

Extension Screenshots

screenshot

Download bigur Extension CRX File

Download bigur extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name bigur bigur
ID jcckmfokcjjdablcoagoddoidmnknnfb
Official URL https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb
Description Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
File Size 16 KB
Installation Count 175
Current Version 0.0.6
Last Updated 2017-06-09
Publish Date 2017-06-09
Rating 4.40/5 Total 20 Ratings
Developer AltIvan
Payment Type free
Supported Languages 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"
    ]
}