42 Profile Picture
Display Students' Profile Picture
Vad är 42 Profile Picture?
42 Profile Picture är en Chrome-tillägg utvecklad av AlexisBarreyat, och dess huvudfunktion är "Display Students' Profile Picture".
Tilläggsskärmbilder
Ladda ner 42 Profile Picture-förlängningens CRX-fil
Ladda ner 42 Profile Picture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Display Students' Profile Picture. This plugin is compatible with TrackMyPeer.
Grundläggande Information om Tillägg
Namn | 42 Profile Picture |
ID | mfjbgehdbnhjjpkjgndlpdbkcajnpdgk |
Officiell webbadress | https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk |
Beskrivning | Display Students' Profile Picture |
Filstorlek | 37.35 KB |
Antal Installationer | 175 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2014-07-06 |
Publiceringsdatum | 2014-07-06 |
Betyg | 5.00/5 Totalt 10 Betyg |
Utvecklare | AlexisBarreyat |
Betalningssätt | free |
Tilläggswebbplats | http://alexisbarreyat.com |
Stödda Språk | 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" } |