SWIFT Benchmark
Free extension for testing computation speed. Benchmark
什麼是SWIFT Benchmark?
SWIFT Benchmark是由SWIFTRELAY開發的Chrome擴展程式,該擴展的主要功能是“Free extension for testing computation speed. Benchmark”。
擴展截圖
下載SWIFT Benchmark擴展crx文件
下載SWIFT Benchmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple tool to check your computer's processing power dedicated to extensions
擴展基本資訊
名稱 | |
ID | lilmbjmnpgiaehkldplmoeibpcgimind |
官方網址 | 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\/*" ] } |