BiggerPic

Takes you directly to the bigger picture on TinyPic.

BiggerPic란 무엇입니까?

BiggerPic은(는) Waha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes you directly to the bigger picture on TinyPic."입니다.

BiggerPic 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 BiggerPic BiggerPic
ID ednnacfdjdinebpoafbggebiialnigml
공식 URL https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml
설명 Takes you directly to the bigger picture on TinyPic.
파일 크기 3.25 KB
설치 횟수 15
현재 버전 0.2
최근 업데이트 2013-08-30
출시 날짜 2013-08-30
개발자 Waha
결제 유형 free
지원되는 언어 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\/*"
    ]
}