Chrome Forensic Assistant

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

Cos'è Chrome Forensic Assistant?

Chrome Forensic Assistant è un'estensione di Chrome sviluppata da Tim, e la sua funzione principale è "Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Chrome Forensic Assistant

Scarica i file di estensione Chrome Forensic Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Chrome Forensic Assistant Chrome Forensic Assistant
ID bohkglpnnppjpeednomkmnkeelbhphea
URL Ufficiale https://chrome.google.com/webstore/detail/chrome-forensic-assistant/bohkglpnnppjpeednomkmnkeelbhphea
Descrizione Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!
Dimensione del File 428 KB
Conteggio Installazioni 178
Versione Corrente 1.0
Ultimo Aggiornamento 2015-08-18
Data di Pubblicazione 2015-08-18
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Tim
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}