42 Profile Picture
Display Students' Profile Picture
Was ist 42 Profile Picture?
42 Profile Picture ist eine Chrome-Erweiterung, die von AlexisBarreyat entwickelt wurde, und ihr Hauptmerkmal ist "Display Students' Profile Picture".
Erweiterungsscreenshots
42 Profile Picture-Erweiterungs-CRX-Datei herunterladen
Laden Sie 42 Profile Picture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Display Students' Profile Picture. This plugin is compatible with TrackMyPeer.
Grundlegende Informationen zur Erweiterung
Name | 42 Profile Picture |
ID | mfjbgehdbnhjjpkjgndlpdbkcajnpdgk |
Offizielle URL | https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk |
Beschreibung | Display Students' Profile Picture |
Dateigröße | 37.35 KB |
Installationsanzahl | 175 |
Aktuelle Version | 1.3 |
Letztes Update | 2014-07-06 |
Veröffentlichungsdatum | 2014-07-06 |
Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
Entwickler | AlexisBarreyat |
Zahlungsart | free |
Erweiterungswebsite | http://alexisbarreyat.com |
Unterstützte Sprachen | 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" } |