bigur
Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
O que é bigur?
bigur é uma extensão do Chrome desenvolvida por AltIvan, e sua principal característica é "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão bigur
Baixe arquivos de extensão bigur no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | |
ID | jcckmfokcjjdablcoagoddoidmnknnfb |
URL Oficial | https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb |
Descrição | Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens. |
Tamanho do Arquivo | 16 KB |
Contagem de Instalações | 175 |
Versão Atual | 0.0.6 |
Última Atualização | 2017-06-09 |
Data de Publicação | 2017-06-09 |
Classificação | 4.40/5 Total de 20 Avaliações |
Desenvolvedor | AltIvan |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |