bigur

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

Что такое bigur?

bigur - это расширение Chrome, разработанное AltIvan, и его основная функция - "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения bigur

Скачайте файлы расширений bigur в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}