F1 standings

Brings up current F1 drivers and constructors standings along with last race results

F1 standings란 무엇입니까?

F1 standings은(는) grantgoldman.develop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings up current F1 drivers and constructors standings along with last race results"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension will pull up the current standing for the Formula 1 World Drivers Championship, World Constructors Championship, the results from the last race, and the current year's schedule. The information is cached upon refresh, allowing for offline access. You can refresh the information with a single button press with the update then happening in the background.                    

확장 프로그램 기본 정보

이름 F1 standings F1 standings
ID lddhloiepcliefkfbiaimdbhkfhkfdfh
공식 URL https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh
설명 Brings up current F1 drivers and constructors standings along with last race results
파일 크기 13.45 KB
설치 횟수 201
현재 버전 1.2
최근 업데이트 2024-02-02
출시 날짜 2022-11-02
평점 5.00/5 총 2 개의 평점
개발자 grantgoldman.develop
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 standings",
    "description": "Brings up current F1 drivers and constructors standings along with last race results",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.formula1.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/podium16.png",
            "32": "\/images\/podium32.png",
            "48": "\/images\/podium48.png",
            "128": "\/images\/podium128.png"
        }
    },
    "icons": {
        "16": "\/images\/podium16.png",
        "32": "\/images\/podium32.png",
        "48": "\/images\/podium48.png",
        "128": "\/images\/podium128.png"
    }
}