42 Profile Picture

Display Students' Profile Picture

Apa itu 42 Profile Picture?

42 Profile Picture adalah ekstensi Chrome yang dikembangkan oleh AlexisBarreyat, dan fitur utamanya adalah "Display Students' Profile Picture".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 42 Profile Picture

Unduh file ekstensi 42 Profile Picture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 42 Profile Picture 42 Profile Picture
ID mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
URL Resmi https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
Deskripsi Display Students' Profile Picture
Ukuran File 37.35 KB
Jumlah Instalasi 175
Versi Saat Ini 1.3
Terakhir Diperbarui 2014-07-06
Tanggal Publikasi 2014-07-06
Penilaian 5.00/5 Total 10 Penilaian
Pengembang AlexisBarreyat
Tipe Pembayaran free
Situs Ekstensi http://alexisbarreyat.com
Bahasa yang Didukung 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"
}