BiggerPic

Takes you directly to the bigger picture on TinyPic.

Cos'è BiggerPic?

BiggerPic è un'estensione di Chrome sviluppata da Waha, e la sua funzione principale è "Takes you directly to the bigger picture on TinyPic.".

Scarica il file CRX dell'estensione BiggerPic

Scarica i file di estensione BiggerPic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome BiggerPic BiggerPic
ID ednnacfdjdinebpoafbggebiialnigml
URL Ufficiale https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml
Descrizione Takes you directly to the bigger picture on TinyPic.
Dimensione del File 3.25 KB
Conteggio Installazioni 15
Versione Corrente 0.2
Ultimo Aggiornamento 2013-08-30
Data di Pubblicazione 2013-08-30
Sviluppatore Waha
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}