法規亦毒氣

將網頁中的法規與條號都轉變成連結,以利快速查閱指定條文。

法規亦毒氣 là gì?

法規亦毒氣 là một tiện ích mở rộng Chrome được phát triển bởi kong0107, và tính năng chính của nó là "將網頁中的法規與條號都轉變成連結,以利快速查閱指定條文。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 法規亦毒氣

Tải xuống các tệp mở rộng 法規亦毒氣 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        偵測網頁中提到的法規與法條,滑鼠移於其上時即可看該法規或該條文的內容,點選時即連向法務部「全國法規資料庫」網站中,關於該法規或條文的頁面。
亦支援憲法裁判、大法官解釋的連結與預覽。

提示:
* 互動式網頁(如 Facebook )需要手動再按「轉換此頁面」。
* 僅針對收錄於中華民國法務部的全國法規資料庫網站中的法規,不包含地方自治法規。
* 篇幅較長的法律相關網頁(例如《民法》全文)需要較長時間處理。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 法規亦毒氣 法規亦毒氣
ID iedodmlnmhobigohbkalkkjlbmdkjalj
URL Chính Thức https://chromewebstore.google.com/detail/%E6%B3%95%E8%A6%8F%E4%BA%A6%E6%AF%92%E6%B0%A3/iedodmlnmhobigohbkalkkjlbmdkjalj
Mô tả 將網頁中的法規與條號都轉變成連結,以利快速查閱指定條文。
Kích Thước Tệp 64.95 KB
Số Lần Cài Đặt 1,684
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2023-02-26
Ngày Phát Hành 2019-05-02
Đánh Giá 4.96/5 Tổng số 23 Đánh Giá
Nhà Phát Triển kong0107
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://g0v.github.io/laweasyread-front/
URL Trang Trợ Giúp https://g0v.tw/
Ngôn Ngữ Được Hỗ Trợ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u6cd5\u898f\u4ea6\u6bd2\u6c23",
    "description": "\u5c07\u7db2\u9801\u4e2d\u7684\u6cd5\u898f\u8207\u689d\u865f\u90fd\u8f49\u8b8a\u6210\u9023\u7d50\uff0c\u4ee5\u5229\u5feb\u901f\u67e5\u95b1\u6307\u5b9a\u689d\u6587\u3002",
    "version": "2.0.4",
    "author": "kong0107",
    "homepage_url": "https:\/\/g0v.github.io\/laweasyread-front\/",
    "options_ui": {
        "page": "options_ui\/index.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "storage"
    ],
    "background": {
        "service_worker": "browser\/background.js"
    },
    "action": {
        "default_popup": "browser\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/kong-util.js",
                "lib\/storage.js",
                "LER.front.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/law.moj.gov.tw\/*"
            ],
            "exclude_matches": [
                "https:\/\/law.moj.gov.tw\/Eng\/*",
                "https:\/\/law.moj.gov.tw\/*\/LawAllPara.aspx*",
                "https:\/\/law.moj.gov.tw\/*media=print*"
            ],
            "js": [
                "content_scripts\/moj.law.js"
            ]
        },
        {
            "matches": [
                "https:\/\/lis.ly.gov.tw\/lglawc\/lawsingle?*"
            ],
            "js": [
                "content_scripts\/ly.lis.js"
            ],
            "css": [
                "content_scripts\/ly.lis.css"
            ]
        },
        {
            "matches": [
                "https:\/\/judgment.judicial.gov.tw\/FJUD\/*"
            ],
            "js": [
                "content_scripts\/judicial.judgement.js"
            ],
            "css": [
                "content_scripts\/judicial.judgement.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/main.js"
            ],
            "all_frames": true
        }
    ]
}