Timing71
Timing71 browser extension
Timing71 là gì?
Timing71 là một tiện ích mở rộng Chrome được phát triển bởi https://timing71.org, và tính năng chính của nó là "Timing71 browser extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Timing71
Tải xuống các tệp mở rộng Timing71 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
View real-time live timing data and detailed analysis, from your web browser! The Timing71 extension for Google Chrome brings the power of Timing71's real-time analysis and display of motorsport data to your browser. View live race feeds with Timing71's iconic and clear timing screen, plus gain strategic insights using its comprehensive suite of analysis tools. Timing71 is a hobby project and a work in progress - new features are constantly being added and existing features improved. For recent changes to this plugin see the changelog at https://github.com/timing71/chrome/releases
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Timing71 |
ID | pjdcehojcogjpilmeliklfddboeoogpd |
URL Chính Thức | https://chromewebstore.google.com/detail/timing71/pjdcehojcogjpilmeliklfddboeoogpd |
Mô tả | Timing71 browser extension |
Kích Thước Tệp | 170 KB |
Số Lần Cài Đặt | 4,583 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2023-11-03 |
Ngày Phát Hành | 2022-01-03 |
Đánh Giá | 3.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://timing71.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.timing71.org/ |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timing71", "description": "Timing71 browser extension", "version": "1.2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.timing71.org\/*", "http:\/\/localhost\/*" ], "js": [ "injector.js" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "flash.js" ], "css": [ "timing71.css" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "https:\/\/*\/", "wss:\/\/*\/" ], "permissions": [ "alarms", "declarativeNetRequest", "storage", "tabs" ], "action": { "default_title": "Timing71", "default_popup": "menu.html" }, "icons": { "16": "logo_16.png", "32": "logo_32.png", "64": "logo_64.png", "128": "logo_128.png" }, "externally_connectable": { "matches": [ "https:\/\/*.timing71.org\/*", "http:\/\/localhost\/*" ] }, "web_accessible_resources": [ { "resources": [ "logo_32.png" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "host.html", "host.js" ], "matches": [ "https:\/\/*.timing71.org\/*", "http:\/\/localhost\/*" ] } ] } |