车辆车牌识别

免费检测图片中的车辆,识别出车辆的品牌、颜色、位置、车牌位置等信息

What is 车辆车牌识别?

车辆车牌识别 is a Chrome extension developed by https://aimu.app, and its main feature is "免费检测图片中的车辆,识别出车辆的品牌、颜色、位置、车牌位置等信息".

Extension Screenshots

screenshot
screenshot

Download 车辆车牌识别 Extension CRX File

Download 车辆车牌识别 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        说明:使用腾讯云的 AI 内容识别接口,直接在车辆图片上右击,即可免费查询到车辆的相关信息,支持返回识别置信度、多个车辆信息和快捷复制。

注意:腾讯云的 AI 识别到的车辆信息非完全准确,且车牌号识别只对中国大陆车牌有效,结果仅做参考,请自行甄别。                    

Extension Basic Information

Name 车辆车牌识别 车辆车牌识别
ID hmphofmhimonadiildhaceeecmcdidba
Official URL https://chromewebstore.google.com/detail/%E8%BD%A6%E8%BE%86%E8%BD%A6%E7%89%8C%E8%AF%86%E5%88%AB/hmphofmhimonadiildhaceeecmcdidba
Description 免费检测图片中的车辆,识别出车辆的品牌、颜色、位置、车牌位置等信息
File Size 81.32 KB
Installation Count 29
Current Version 1.0.0
Last Updated 2022-05-14
Publish Date 2022-05-14
Developer https://aimu.app
Email [email protected]
Payment Type free
Extension Website https://aimu.app
Help Page URL https://aimu.app
Privacy Policy Page URL https://aimu.app/privacy-policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8f66\u8f86\u8f66\u724c\u8bc6\u522b",
    "version": "1.0.0",
    "description": "\u514d\u8d39\u68c0\u6d4b\u56fe\u7247\u4e2d\u7684\u8f66\u8f86\uff0c\u8bc6\u522b\u51fa\u8f66\u8f86\u7684\u54c1\u724c\u3001\u989c\u8272\u3001\u4f4d\u7f6e\u3001\u8f66\u724c\u4f4d\u7f6e\u7b49\u4fe1\u606f",
    "homepage_url": "https:\/\/aimu.app",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "action": [],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}