Chrome Forensic Assistant
Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!
Chrome Forensic Assistantคืออะไร?
Chrome Forensic Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim และคุณลักษณะหลักของมันคือ "Allows quick access to find vehicle dimensions, stiffness coefficients, CDR data, and other tools!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Forensic Assistant
ดาวน์โหลดไฟล์ส่วนขยาย 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)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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\/" ] } |