bigur
Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
¿Qué es bigur?
bigur es una extensión de Chrome desarrollada por AltIvan, y su función principal es "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión bigur
Descarga archivos de extensión bigur en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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)
Información Básica de la Extensión
Nombre | |
ID | jcckmfokcjjdablcoagoddoidmnknnfb |
URL Oficial | https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb |
Descripción | Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens. |
Tamaño del Archivo | 16 KB |
Cantidad de Instalaciones | 175 |
Versión Actual | 0.0.6 |
Última Actualización | 2017-06-09 |
Fecha de Publicación | 2017-06-09 |
Calificación | 4.40/5 Total de 20 Calificaciones |
Desarrollador | AltIvan |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |