BiggerPic
Takes you directly to the bigger picture on TinyPic.
O que é BiggerPic?
BiggerPic é uma extensão do Chrome desenvolvida por Waha, e sua principal característica é "Takes you directly to the bigger picture on TinyPic.".
Baixar o arquivo CRX da Extensão BiggerPic
Baixe arquivos de extensão BiggerPic 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
TinyPic made some change a while back that forced you to view their stupid gallery view of a photo when you try to access it directly. This allows you to access it directly, bypassing that gallery view. If you have any issues please post the URL of the raw image and the gallery URL (looks like http://tinypic.com/view.php?pic=BLAH&s=NUMBER)
Informações Básicas da Extensão
Nome | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
URL Oficial | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
Descrição | Takes you directly to the bigger picture on TinyPic. |
Tamanho do Arquivo | 3.25 KB |
Contagem de Instalações | 15 |
Versão Atual | 0.2 |
Última Atualização | 2013-08-30 |
Data de Publicação | 2013-08-30 |
Desenvolvedor | Waha |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BiggerPic", "description": "Takes you directly to the bigger picture on TinyPic.", "background": { "scripts": [ "bg.js" ] }, "version": "0.2", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.tinypic.com\/*" ] } |