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.”。
擴展截圖
下載PGM Image Fixer擴展crx文件
下載PGM Image Fixer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | apiehppjhekakdjgcookfbcgiapomhap |
官方網址 | 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" ] } |