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