42 Profile Picture

Display Students' Profile Picture

42 Profile Pictureคืออะไร?

42 Profile Picture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AlexisBarreyat และคุณลักษณะหลักของมันคือ "Display Students' Profile Picture"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 42 Profile Picture

ดาวน์โหลดไฟล์ส่วนขยาย 42 Profile Picture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 42 Profile Picture 42 Profile Picture
ID mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/42-profile-picture/mfjbgehdbnhjjpkjgndlpdbkcajnpdgk
คำอธิบาย Display Students' Profile Picture
ขนาดไฟล์ 37.35 KB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2014-07-06
วันที่เผยแพร่ 2014-07-06
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา AlexisBarreyat
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://alexisbarreyat.com
ภาษาที่รองรับ 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"
}