e-Gov AmiAmi R
e-Govの括弧内を網掛けします。
What is e-Gov AmiAmi R?
e-Gov AmiAmi R is a Chrome extension developed by Olga Belosludova, and its main feature is "e-Govの括弧内を網掛けします。".
Extension Screenshots
Download e-Gov AmiAmi R Extension CRX File
Download e-Gov AmiAmi R 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法令検索において法令を閲覧する際、条文に含まれる括弧内の文言を網掛けすることにより、可読性を向上させます。 「e-Gov AmiAmi」では「網掛」ボタンを左上に表示していましたが、「e-Gov AmiAmi R」では右上に表示します。お好みの方をご利用ください。
Extension Basic Information
Name | e-Gov AmiAmi R |
ID | gnhapcdjgaldlaeniiobdjfaiiabkoom |
Official URL | https://chromewebstore.google.com/detail/e-gov-amiami-r/gnhapcdjgaldlaeniiobdjfaiiabkoom |
Description | e-Govの括弧内を網掛けします。 |
File Size | 86.01 KB |
Installation Count | 223 |
Current Version | 1.2 |
Last Updated | 2023-12-24 |
Publish Date | 2023-12-24 |
Developer | Olga Belosludova |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "e-Gov AmiAmi R", "description": "e-Gov\u306e\u62ec\u5f27\u5185\u3092\u7db2\u639b\u3051\u3057\u307e\u3059\u3002", "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 } ] } |