e-Gov HIGH

e-Gov HIGH

e-Govの指定条文にジャンプすることができます

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "e-Gov HIGH",
  "description": "e-Govの指定条文にジャンプすることができます",
  "version": "1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://elaws.e-gov.go.jp/*"
      ],
      "css": [
        "egovjump.css"
      ],
      "js": [
        "jquery-3.7.1.js",
        "egovjump.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ]
}