bigur
Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
Co je bigur?
bigur je rozšíření Chrome vyvinuté AltIvan, a jeho hlavní funkcí je „Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření bigur
Stáhněte si soubory rozšíření bigur ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | |
ID | jcckmfokcjjdablcoagoddoidmnknnfb |
Oficiální URL | https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb |
Popis | Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens. |
Velikost souboru | 16 KB |
Počet instalací | 175 |
Aktuální Verze | 0.0.6 |
Poslední Aktualizace | 2017-06-09 |
Datum Vydání | 2017-06-09 |
Hodnocení | 4.40/5 Celkem 20 Hodnocení |
Vývojář | AltIvan |
Typ Platby | free |
Podporované Jazyky | 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" ] } |