e-Gov AmiAmi R

e-Gov AmiAmi R

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 AmiAmi R",
  "description": "e-Govの括弧内を網掛けします。",
  "version": "1.2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://elaws.e-gov.go.jp/*"
      ],
      "css": [
        "kakkoright.css"
      ],
      "js": [
        "jquery-3.7.1.js",
        "kakkoright.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ]
}