bigur

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

bigur क्या है?

bigur AltIvan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में bigur एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम bigur bigur
ID jcckmfokcjjdablcoagoddoidmnknnfb
आधिकारिक URL https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb
विवरण Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
फ़ाइल का आकार 16 KB
स्थापना संख्या 175
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2017-06-09
प्रकाशन तिथि 2017-06-09
रेटिंग 4.40/5 कुल 20 रेटिंग्स
डेवलपर AltIvan
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}