e-Gov AmiAmi

e-Govの括弧内を網掛けします

What is e-Gov AmiAmi?

e-Gov AmiAmi is a Chrome extension developed by Olga Belosludova, and its main feature is "e-Govの括弧内を網掛けします".

Extension Screenshots

screenshot

Download e-Gov AmiAmi Extension CRX File

Download e-Gov AmiAmi 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

                        e-Gov法令検索において法令を閲覧する際、条文に含まれる括弧内の文言を網掛けすることにより、可読性を上昇させます。                    

Extension Basic Information

Name e-Gov AmiAmi e-Gov AmiAmi
ID gfdmjgogdclpcgobbpnfbmbechclncbf
Official URL https://chromewebstore.google.com/detail/e-gov-amiami/gfdmjgogdclpcgobbpnfbmbechclncbf
Description e-Govの括弧内を網掛けします
File Size 85.95 KB
Installation Count 1,501
Current Version 1.2.1
Last Updated 2023-12-07
Publish Date 2023-11-13
Rating 5.00/5 Total 4 Ratings
Developer Olga Belosludova
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "e-Gov AmiAmi",
    "description": "e-Gov\u306e\u62ec\u5f27\u5185\u3092\u7db2\u639b\u3051\u3057\u307e\u3059",
    "version": "1.2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/elaws.e-gov.go.jp\/*"
            ],
            "css": [
                "kakko.css"
            ],
            "js": [
                "jquery-3.7.1.js",
                "kakko.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}