42 Profile Picture

Display Students' Profile Picture

Wat is 42 Profile Picture?

42 Profile Picture is een Chrome-extensie ontwikkeld door AlexisBarreyat, en de belangrijkste functie is "Display Students' Profile Picture".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 42 Profile Picture

Download 42 Profile Picture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 42 Profile Picture 42 Profile Picture
ID mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
Officiële URL https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
Beschrijving Display Students' Profile Picture
Bestandsgrootte 37.35 KB
Aantal Installaties 175
Huidige Versie 1.3
Laatst Bijgewerkt 2014-07-06
Publicatiedatum 2014-07-06
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar AlexisBarreyat
Betalingswijze free
Extensiewebsite http://alexisbarreyat.com
Ondersteunde Talen 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"
}