PGM Image Fixer

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

PGM Image Fixer क्या है?

PGM Image Fixer Binesh Bannerjee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will hopefully display any broken images from the PGM classes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PGM Image Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}