BiggerPic

Takes you directly to the bigger picture on TinyPic.

Apa itu BiggerPic?

BiggerPic adalah ekstensi Chrome yang dikembangkan oleh Waha, dan fitur utamanya adalah "Takes you directly to the bigger picture on TinyPic.".

Unduh Berkas CRX Ekstensi BiggerPic

Unduh file ekstensi BiggerPic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama BiggerPic BiggerPic
ID ednnacfdjdinebpoafbggebiialnigml
URL Resmi https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml
Deskripsi Takes you directly to the bigger picture on TinyPic.
Ukuran File 3.25 KB
Jumlah Instalasi 15
Versi Saat Ini 0.2
Terakhir Diperbarui 2013-08-30
Tanggal Publikasi 2013-08-30
Pengembang Waha
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}