SWIFT Benchmark

Free extension for testing computation speed. Benchmark

Wat is SWIFT Benchmark?

SWIFT Benchmark is een Chrome-extensie ontwikkeld door SWIFTRELAY, en de belangrijkste functie is "Free extension for testing computation speed. Benchmark".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SWIFT Benchmark

Download SWIFT Benchmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam SWIFT Benchmark SWIFT Benchmark
ID lilmbjmnpgiaehkldplmoeibpcgimind
Officiële URL https://chrome.google.com/webstore/detail/swift-benchmark/lilmbjmnpgiaehkldplmoeibpcgimind
Beschrijving Free extension for testing computation speed. Benchmark
Bestandsgrootte 67.68 KB
Aantal Installaties 30
Huidige Versie 1.4
Laatst Bijgewerkt 2022-03-26
Publicatiedatum 2021-10-11
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SWIFTRELAY
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://swiftrelay.io/privacy
Ondersteunde Talen 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\/*"
    ]
}