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
Eメール [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\/"
    ]
}