SWIFT Benchmark

Free extension for testing computation speed. Benchmark

SWIFT Benchmark란 무엇입니까?

SWIFT Benchmark은(는) SWIFTRELAY에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free extension for testing computation speed. Benchmark"입니다.

확장 프로그램 스크린샷

screenshot

SWIFT Benchmark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple tool to check your computer's processing power dedicated to extensions                    

확장 프로그램 기본 정보

이름 SWIFT Benchmark SWIFT Benchmark
ID lilmbjmnpgiaehkldplmoeibpcgimind
공식 URL https://chrome.google.com/webstore/detail/swift-benchmark/lilmbjmnpgiaehkldplmoeibpcgimind
설명 Free extension for testing computation speed. Benchmark
파일 크기 67.68 KB
설치 횟수 30
현재 버전 1.4
최근 업데이트 2022-03-26
출시 날짜 2021-10-11
평점 4.00/5 총 1 개의 평점
개발자 SWIFTRELAY
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://swiftrelay.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SWIFT Benchmark",
    "manifest_version": 3,
    "short_name": "swift_benchmark",
    "version": "1.4",
    "author": "Premiere IT",
    "description": "Free extension for testing computation speed. Benchmark",
    "icons": {
        "16": "icons\/scale.png",
        "32": "icons\/scale.png",
        "48": "icons\/scale.png",
        "64": "icons\/scale.png",
        "128": "icons\/scale.png"
    },
    "permissions": [
        "scripting",
        "background",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/roborelay.io\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "...",
        "default_icon": "icons\/scale.png",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "*:\/\/roborelay.io\/*"
    ]
}