42 Profile Picture

Display Students' Profile Picture

Co to jest 42 Profile Picture?

42 Profile Picture to rozszerzenie Chrome opracowane przez AlexisBarreyat, a jego główną funkcją jest „Display Students' Profile Picture”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia 42 Profile Picture

Pobierz pliki rozszerzeń 42 Profile Picture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa 42 Profile Picture 42 Profile Picture
ID mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
Oficjalny URL https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
Opis Display Students' Profile Picture
Rozmiar pliku 37.35 KB
Liczba instalacji 175
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2014-07-06
Data Publikacji 2014-07-06
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper AlexisBarreyat
Typ Płatności free
Strona Rozszerzenia http://alexisbarreyat.com
Obsługiwane Języki 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"
}