42 Profile Picture

Display Students' Profile Picture

What is 42 Profile Picture?

42 Profile Picture is a Chrome extension developed by AlexisBarreyat, and its main feature is "Display Students' Profile Picture".

Extension Screenshots

screenshot
screenshot

Download 42 Profile Picture Extension CRX File

Download 42 Profile Picture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Display Students' Profile Picture.
This plugin is compatible with TrackMyPeer.                    

Extension Basic Information

Name 42 Profile Picture 42 Profile Picture
ID mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
Official URL https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
Description Display Students' Profile Picture
File Size 37.35 KB
Installation Count 175
Current Version 1.3
Last Updated 2014-07-06
Publish Date 2014-07-06
Rating 5.00/5 Total 10 Ratings
Developer AlexisBarreyat
Payment Type free
Extension Website http://alexisbarreyat.com
Supported Languages 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"
}