eGov Viewer

e-Gov法令検索をより閲覧しやすくする拡張機能

Cos'è eGov Viewer?

eGov Viewer è un'estensione di Chrome sviluppata da tk42, e la sua funzione principale è "e-Gov法令検索をより閲覧しやすくする拡張機能".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione eGov Viewer

Scarica i file di estensione eGov Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        特徴
✓ 条文全体の画面を最大化し,より多く情報を表示
✓ 条文中の「第〜条」「第〜項」といった同一条文を参照する単語にページ内リンクを設定(参照条文には非対応)
✓ 条文を参照する単語にマウスオーバーさせると参照先をツールチップ表示
✓ 条文中の括弧書きをグレーアウト・非表示・強調表示
✓ 数字キーの入力で該当条文へ移動.入力後,一定時間(デフォルト1秒)入力がないとリセット.ー(ハイフン)で枝番へ移動                    

Informazioni di Base sull'Estensione

Nome eGov Viewer eGov Viewer
ID aohfhdeechcdenbhoomepenhjdlhedgc
URL Ufficiale https://chromewebstore.google.com/detail/egov-viewer/aohfhdeechcdenbhoomepenhjdlhedgc
Descrizione e-Gov法令検索をより閲覧しやすくする拡張機能
Dimensione del File 742 KB
Conteggio Installazioni 101
Versione Corrente 0.1.1
Ultimo Aggiornamento 2022-05-10
Data di Pubblicazione 2022-03-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore tk42
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eGov Viewer",
    "description": "e-Gov\u6cd5\u4ee4\u691c\u7d22\u3092\u3088\u308a\u95b2\u89a7\u3057\u3084\u3059\u304f\u3059\u308b\u62e1\u5f35\u6a5f\u80fd",
    "version": "0.1.1",
    "background": {
        "service_worker": "\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elaws.e-gov.go.jp\/*"
            ],
            "js": [
                "render.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "\/index.html",
        "default_icon": {
            "32": "\/src\/assets\/icon-32px.png",
            "48": "\/src\/assets\/icon-48px.png"
        }
    },
    "icons": {
        "32": "\/src\/assets\/icon-32px.png",
        "48": "\/src\/assets\/icon-48px.png"
    }
}