违章查询

违章查询

提供全国车辆违章信息查询。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_title": "违章查询",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "jQuery.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "zh_CN",
  "description": "提供全国车辆违章信息查询。",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "违章查询",
  "version": "14.12.22"
}