Chrome Forensic Assistant
Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!
Was ist Chrome Forensic Assistant?
Chrome Forensic Assistant ist eine Chrome-Erweiterung, die von Tim entwickelt wurde, und ihr Hauptmerkmal ist "Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!".
Erweiterungsscreenshots
Chrome Forensic Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Forensic Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | bohkglpnnppjpeednomkmnkeelbhphea |
Offizielle URL | https://chrome.google.com/webstore/detail/chrome-forensic-assistant/bohkglpnnppjpeednomkmnkeelbhphea |
Beschreibung | Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools! |
Dateigröße | 428 KB |
Installationsanzahl | 178 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-08-18 |
Veröffentlichungsdatum | 2015-08-18 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Tim |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |