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
官方網址 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\/"
    ]
}