BiggerPic

Takes you directly to the bigger picture on TinyPic.

Co to jest BiggerPic?

BiggerPic to rozszerzenie Chrome opracowane przez Waha, a jego główną funkcją jest „Takes you directly to the bigger picture on TinyPic.”.

Pobierz plik CRX rozszerzenia BiggerPic

Pobierz pliki rozszerzeń BiggerPic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa BiggerPic BiggerPic
ID ednnacfdjdinebpoafbggebiialnigml
Oficjalny URL https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml
Opis Takes you directly to the bigger picture on TinyPic.
Rozmiar pliku 3.25 KB
Liczba instalacji 15
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2013-08-30
Data Publikacji 2013-08-30
Deweloper Waha
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}