Chrome Forensic Assistant
Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!
Chrome Forensic Assistant là gì?
Chrome Forensic Assistant là một tiện ích mở rộng Chrome được phát triển bởi Tim, và tính năng chính của nó là "Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome Forensic Assistant
Tải xuống các tệp mở rộng Chrome Forensic Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bohkglpnnppjpeednomkmnkeelbhphea |
URL Chính Thức | https://chrome.google.com/webstore/detail/chrome-forensic-assistant/bohkglpnnppjpeednomkmnkeelbhphea |
Mô tả | Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools! |
Kích Thước Tệp | 428 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-08-18 |
Ngày Phát Hành | 2015-08-18 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tim |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |