bigur

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

Vad är bigur?

bigur är en Chrome-tillägg utvecklad av AltIvan, och dess huvudfunktion är "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".

Tilläggsskärmbilder

screenshot

Ladda ner bigur-förlängningens CRX-fil

Ladda ner bigur-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn bigur bigur
ID jcckmfokcjjdablcoagoddoidmnknnfb
Officiell webbadress https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb
Beskrivning Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
Filstorlek 16 KB
Antal Installationer 175
Aktuell Version 0.0.6
Senast Uppdaterad 2017-06-09
Publiceringsdatum 2017-06-09
Betyg 4.40/5 Totalt 20 Betyg
Utvecklare AltIvan
Betalningssätt free
Stödda Språk 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"
    ]
}