42Assistant

A Google Chrome Extension that helps you visualize your intra 42 profile and logtime in a better and elegant UI and more!

42Assistant란 무엇입니까?

42Assistant은(는) ReversableCode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Google Chrome Extension that helps you visualize your intra 42 profile and logtime in a better and elegant UI and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

42Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A Google Chrome Extension that helps you visualize your intra 42 profile and logtime in a better and elegant UI and more!

** What's new in v2.0.1 **
-- Fixed colors when in light mode.

** What's new in v2.0.0 **
-- A new and improved UI to better view your profile.
-- Added ability to search for other students and view their profile and availability.
-- Enhanced monthly logtime thanks to @mohamedhaddi.
-- Removed weekly logtime counter.
-- Removed 'Reserved Places' field when visiting reservation.42network.org.

** What's new in v1.3 **
-- Added 'Reserved Places' field when visiting reservation.42network.org.

** What's new in v1.2 **
-- Added Level bar at the bottom.
-- Added Monthly logtime along with Weekly logtime.

Disclaimer :
This unofficial extension is in no way affiliated with, authorized, maintained, sponsored or endorsed by 42. This is an independent and unofficial Chrome extension made by a student from 42network.                    

확장 프로그램 기본 정보

이름 42Assistant 42Assistant
ID nadppnpnlnbcihgpaacbibidcdigdllh
공식 URL https://chromewebstore.google.com/detail/42assistant/nadppnpnlnbcihgpaacbibidcdigdllh
설명 A Google Chrome Extension that helps you visualize your intra 42 profile and logtime in a better and elegant UI and more!
파일 크기 677 KB
설치 횟수 453
현재 버전 2.0.1
최근 업데이트 2022-03-17
출시 날짜 2020-01-12
평점 5.00/5 총 20 개의 평점
개발자 ReversableCode
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "42Assistant",
    "version": "2.0.1",
    "description": "A Google Chrome Extension that helps you visualize your intra 42 profile and logtime in a better and elegant UI and more!",
    "host_permissions": [
        "*:\/\/*.intra.42.fr\/"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/chrome\/icon16.png",
            "32": "images\/chrome\/icon32.png",
            "48": "images\/chrome\/icon48.png",
            "128": "images\/chrome\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/chrome\/icon16.png",
        "32": "images\/chrome\/icon32.png",
        "48": "images\/chrome\/icon48.png",
        "128": "images\/chrome\/icon128.png"
    },
    "manifest_version": 3
}