bigur

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

Co to jest bigur?

bigur to rozszerzenie Chrome opracowane przez AltIvan, a jego główną funkcją jest „Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia bigur

Pobierz pliki rozszerzeń bigur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa bigur bigur
ID jcckmfokcjjdablcoagoddoidmnknnfb
Oficjalny URL https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb
Opis Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
Rozmiar pliku 16 KB
Liczba instalacji 175
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2017-06-09
Data Publikacji 2017-06-09
Ocena 4.40/5 Łącznie 20 Oceny
Deweloper AltIvan
Typ Płatności free
Obsługiwane Języki 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"
    ]
}