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
公式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"
}