BiggerPic

Takes you directly to the bigger picture on TinyPic.

Hvad er BiggerPic?

BiggerPic er en Chrome-udvidelse udviklet af Waha, og dens hovedfunktion er "Takes you directly to the bigger picture on TinyPic.".

Download BiggerPic-udvidelses-CRX-fil

Download BiggerPic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn BiggerPic BiggerPic
ID ednnacfdjdinebpoafbggebiialnigml
Officiel URL https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml
Beskrivelse Takes you directly to the bigger picture on TinyPic.
Filstørrelse 3.25 KB
Antal Installationer 15
Nuværende Version 0.2
Senest Opdateret 2013-08-30
Udgivelsesdato 2013-08-30
Udvikler Waha
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}