42 Profile Picture
Display Students' Profile Picture
Cos'è 42 Profile Picture?
42 Profile Picture è un'estensione di Chrome sviluppata da AlexisBarreyat, e la sua funzione principale è "Display Students' Profile Picture".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 42 Profile Picture
Scarica i file di estensione 42 Profile Picture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Display Students' Profile Picture. This plugin is compatible with TrackMyPeer.
Informazioni di Base sull'Estensione
Nome | 42 Profile Picture |
ID | mfjbgehdbnhjjpkjgndlpdbkcajnpdgk |
URL Ufficiale | https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk |
Descrizione | Display Students' Profile Picture |
Dimensione del File | 37.35 KB |
Conteggio Installazioni | 175 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2014-07-06 |
Data di Pubblicazione | 2014-07-06 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | AlexisBarreyat |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://alexisbarreyat.com |
Lingue Supportate | 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" } |