F1 Info

Updates on F1 races

F1 Info란 무엇입니까?

F1 Info은(는) lashewi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Updates on F1 races"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

F1 Info 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Never miss a race with the F1-Info Extension
Download the F1-Info Extension for F1 related race track information.

► It’s everything you need for a full-on F1 race weekend.

- Get everything you need to know about the next race.
- Get Race, Qualifying, Sprint Races, Free practice 1, Free practice 2 and Free practice 3 time schedules.
- Schedule can be viewed on 12h clock or 24H clock.
- Complete Race Calendar
- Race reminder, will let you know before the race begins.

With F1-Info now you can always lock into the F1 weekend time schedule.                    

확장 프로그램 기본 정보

이름 F1 Info F1 Info
ID cbnepjlnpdmcfobbmkpoflapdbhmhcep
공식 URL https://chromewebstore.google.com/detail/f1-info/cbnepjlnpdmcfobbmkpoflapdbhmhcep
설명 Updates on F1 races
파일 크기 26.16 KB
설치 횟수 590
현재 버전 0.0.8
최근 업데이트 2024-03-03
출시 날짜 2022-07-13
평점 5.00/5 총 2 개의 평점
개발자 lashewi
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 Info",
    "version": "0.0.8",
    "description": "Updates on F1 races",
    "manifest_version": 3,
    "author": "Lakshitha Wisumperuma @lashewi",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "F1 Info",
        "default_icon": "public\/f1.png"
    },
    "icons": {
        "32": "public\/f1-32.png",
        "48": "public\/f1-48.png",
        "128": "public\/f1-128.png"
    }
}