PGM Image Fixer

This extension will hopefully display any broken images from the PGM classes.

PGM Image Fixer란 무엇입니까?

PGM Image Fixer은(는) Binesh Bannerjee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will hopefully display any broken images from the PGM classes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PGM Image Fixer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Basically, the images for the PGM Coursera class seem to have disappeared, and all this plugin does is retrieve them from a cache distributed with this extension.                    

확장 프로그램 기본 정보

이름 PGM Image Fixer PGM Image Fixer
ID apiehppjhekakdjgcookfbcgiapomhap
공식 URL https://chromewebstore.google.com/detail/pgm-image-fixer/apiehppjhekakdjgcookfbcgiapomhap
설명 This extension will hopefully display any broken images from the PGM classes.
파일 크기 348 KB
설치 횟수 20
현재 버전 1.3
최근 업데이트 2015-02-02
출시 날짜 2015-02-02
개발자 Binesh Bannerjee
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PGM Image Fixer",
    "description": "This extension will hopefully display any broken images from the PGM classes.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/class.coursera.org\/pgm*",
                "http:\/\/class.coursera.org\/pgm*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/class.coursera.org\/pgm*",
        "http:\/\/class.coursera.org\/pgm*"
    ],
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "web_accessible_resources": [
        "images\/BIC_4graphs.jpg",
        "images\/ct.JPG",
        "images\/image10.jpg",
        "images\/image11.jpg",
        "images\/image12.jpg",
        "images\/image14.jpg",
        "images\/image15.jpg",
        "images\/image16.jpg",
        "images\/ismarkov.png",
        "images\/new09_q8b.jpg",
        "images\/Q4.jpg",
        "images\/quiz2-Q6-1.jpg",
        "images\/quiz4q3a.jpg",
        "images\/scgnetwork.png",
        "images\/tbn.jpg",
        "images\/ve-ig-g1-o1-1.jpg",
        "images\/ve-ig-g1-o1-2.jpg",
        "images\/ve-ig-g1-o1-3.jpg",
        "images\/ve-ig-g1-o1-4.jpg",
        "images\/ve-ig-g1-o1-5.jpg"
    ]
}