e-Gov HIGH
e-Govの指定条文にジャンプすることができます
What is e-Gov HIGH?
e-Gov HIGH is a Chrome extension developed by Olga Belosludova, and its main feature is "e-Govの指定条文にジャンプすることができます".
Extension Screenshots
Download e-Gov HIGH Extension CRX File
Download e-Gov HIGH 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法令検索の右上に表示される入力ボックスに数字を入力し、Enterキーを押下すると、指定した条文にジャンプします。
アンダーバーを使用して、枝番号を含む条文に飛ぶこともできます。
例:316条の32を探す際は「316_32」と入力 Extension Basic Information
| Name | |
| ID | naoehmjndohooocepobkfmliphgimgnn |
| Official URL | https://chromewebstore.google.com/detail/e-gov-high/naoehmjndohooocepobkfmliphgimgnn |
| Description | e-Govの指定条文にジャンプすることができます |
| File Size | 86.11 KB |
| Installation Count | 506 |
| Current Version | 1.0 |
| Last Updated | 2023-12-26 |
| Publish Date | 2023-12-25 |
| 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 HIGH",
"description": "e-Gov\u306e\u6307\u5b9a\u6761\u6587\u306b\u30b8\u30e3\u30f3\u30d7\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059",
"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
}
]
} | |