Chrome Forensic Assistant
Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!
Chrome Forensic Assistant क्या है?
Chrome Forensic Assistant Tim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome Forensic Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have in browser support for Common Accident Reconstruction tools with the click of a button! Available tools: Vehicle Dimensions Vehicle Stiffness Coefficients Bosch CDR V16.1 availability sheet Braking Distance Calculator Velocity Converter (mph>ft/s) Distance Converter (Standard)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bohkglpnnppjpeednomkmnkeelbhphea |
आधिकारिक URL | https://chrome.google.com/webstore/detail/chrome-forensic-assistant/bohkglpnnppjpeednomkmnkeelbhphea |
विवरण | Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools! |
फ़ाइल का आकार | 428 KB |
स्थापना संख्या | 178 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-08-18 |
प्रकाशन तिथि | 2015-08-18 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Tim |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Forensic Assistant", "version": "1.0", "manifest_version": 2, "description": "Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Click here!", "default_icon": "icon128.png" }, "background": { "page": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |