Timing71
Timing71 browser extension
Timing71 क्या है?
Timing71 https://timing71.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Timing71 browser extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timing71 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Timing71 |
ID | pjdcehojcogjpilmeliklfddboeoogpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/timing71/pjdcehojcogjpilmeliklfddboeoogpd |
विवरण | Timing71 browser extension |
फ़ाइल का आकार | 170 KB |
स्थापना संख्या | 4,583 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2023-11-03 |
प्रकाशन तिथि | 2022-01-03 |
रेटिंग | 3.88/5 कुल 8 रेटिंग्स |
डेवलपर | https://timing71.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.timing71.org/ |
समर्थित भाषाएँ | 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\/*" ] } ] } |