42 Profile Picture
Display Students' Profile Picture
Hvad er 42 Profile Picture?
42 Profile Picture er en Chrome-udvidelse udviklet af AlexisBarreyat, og dens hovedfunktion er "Display Students' Profile Picture".
Udvidelsesskærmbilleder
Download 42 Profile Picture-udvidelses-CRX-fil
Download 42 Profile Picture-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Display Students' Profile Picture. This plugin is compatible with TrackMyPeer.
Grundlæggende oplysninger om udvidelsen
Navn | 42 Profile Picture |
ID | mfjbgehdbnhjjpkjgndlpdbkcajnpdgk |
Officiel URL | https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk |
Beskrivelse | Display Students' Profile Picture |
Filstørrelse | 37.35 KB |
Antal Installationer | 175 |
Nuværende Version | 1.3 |
Senest Opdateret | 2014-07-06 |
Udgivelsesdato | 2014-07-06 |
Bedømmelse | 5.00/5 Samlet 10 Bedømmelser |
Udvikler | AlexisBarreyat |
Betalingsmetode | free |
Udvidelseswebsted | http://alexisbarreyat.com |
Understøttede Sprog | 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" } |