Chrome Forensic Assistant

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

什么是Chrome Forensic Assistant?

Chrome Forensic Assistant是由Tim开发的Chrome扩展程序,该扩展的主要功能是“Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!”。

扩展截图

screenshot
screenshot
screenshot

下载Chrome Forensic Assistant扩展crx文件

下载Chrome Forensic Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Chrome Forensic Assistant Chrome Forensic Assistant
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\/"
    ]
}