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\/" ] } |