bigur
Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
Wat is bigur?
bigur is een Chrome-extensie ontwikkeld door AltIvan, en de belangrijkste functie is "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".
Extensie Screenshots
Download het CRX-bestand van de extensie bigur
Download bigur-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | jcckmfokcjjdablcoagoddoidmnknnfb |
Officiële URL | https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb |
Beschrijving | Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens. |
Bestandsgrootte | 16 KB |
Aantal Installaties | 175 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2017-06-09 |
Publicatiedatum | 2017-06-09 |
Beoordeling | 4.40/5 Totaal 20 Beoordelingen |
Ontwikkelaar | AltIvan |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |