42 Profile Picture

Display Students' Profile Picture

什麼是42 Profile Picture?

42 Profile Picture是由AlexisBarreyat開發的Chrome擴展程式,該擴展的主要功能是“Display Students' Profile Picture”。

擴展截圖

screenshot
screenshot

下載42 Profile Picture擴展crx文件

下載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
官方網址 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"
}