Chrome Forensic Assistant

Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!

What is Chrome Forensic Assistant?

Chrome Forensic Assistant is a Chrome extension developed by Tim, and its main feature is "Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chrome Forensic Assistant Extension CRX File

Download Chrome Forensic Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Chrome Forensic Assistant Chrome Forensic Assistant
ID bohkglpnnppjpeednomkmnkeelbhphea
Official URL https://chrome.google.com/webstore/detail/chrome-forensic-assistant/bohkglpnnppjpeednomkmnkeelbhphea
Description Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!
File Size 428 KB
Installation Count 178
Current Version 1.0
Last Updated 2015-08-18
Publish Date 2015-08-18
Rating 4.50/5 Total 2 Ratings
Developer Tim
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}