42 Profile Picture
Display Students' Profile Picture
什么是42 Profile Picture?
42 Profile Picture是由AlexisBarreyat开发的Chrome扩展程序,该扩展的主要功能是“Display Students' Profile Picture”。
扩展截图
下载42 Profile Picture扩展crx文件
下载42 Profile Picture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Display Students' Profile Picture.
This plugin is compatible with TrackMyPeer.                     扩展基本信息
| 名称 |   |  
| ID | mfjbgehdbnhjjpkjgndlpdbkcajnpdgk | 
| 官方URL | https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk | 
| 简介 | Display Students' Profile Picture | 
| 文件大小 | 37.35 KB | 
| 安装次数 | 175 | 
| 当前版本 | 1.3 | 
| 更新时间 | 2014-07-06 | 
| 上架时间 | 2014-07-06 | 
| 评分 | 5.00/5 共10次评分 | 
| 开发者 | AlexisBarreyat | 
| 付费类型 | free | 
| 扩展官网 | http://alexisbarreyat.com | 
| 支持的语言 | fr | 
| manifest.json | |
 {
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery-2.1.0.min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/intra.42.fr\/*",
                "https:\/\/intra.42.fr\/*"
            ]
        }
    ],
    "description": "Display Students' Profile Picture",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "42 Profile Picture",
    "permissions": [
        "https:\/\/dashboard.42.fr\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}  |  |