SWIFT Benchmark
Free extension for testing computation speed. Benchmark
What is SWIFT Benchmark?
SWIFT Benchmark is a Chrome extension developed by SWIFTRELAY, and its main feature is "Free extension for testing computation speed. Benchmark".
Extension Screenshots
Download SWIFT Benchmark Extension CRX File
Download SWIFT Benchmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple tool to check your computer's processing power dedicated to extensions
Extension Basic Information
Name | |
ID | lilmbjmnpgiaehkldplmoeibpcgimind |
Official URL | https://chrome.google.com/webstore/detail/swift-benchmark/lilmbjmnpgiaehkldplmoeibpcgimind |
Description | Free extension for testing computation speed. Benchmark |
File Size | 67.68 KB |
Installation Count | 30 |
Current Version | 1.4 |
Last Updated | 2022-03-26 |
Publish Date | 2021-10-11 |
Rating | 4.00/5 Total 1 Ratings |
Developer | SWIFTRELAY |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://swiftrelay.io/privacy |
Supported Languages | 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\/*" ] } |