Chrome Forensic Assistant

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

Vad är Chrome Forensic Assistant?

Chrome Forensic Assistant är en Chrome-tillägg utvecklad av Tim, och dess huvudfunktion är "Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Chrome Forensic Assistant-förlängningens CRX-fil

Ladda ner Chrome Forensic Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Chrome Forensic Assistant Chrome Forensic Assistant
ID bohkglpnnppjpeednomkmnkeelbhphea
Officiell webbadress https://chrome.google.com/webstore/detail/chrome-forensic-assistant/bohkglpnnppjpeednomkmnkeelbhphea
Beskrivning Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!
Filstorlek 428 KB
Antal Installationer 178
Aktuell Version 1.0
Senast Uppdaterad 2015-08-18
Publiceringsdatum 2015-08-18
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Tim
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}