法規亦毒氣

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

法規亦毒氣란 무엇입니까?

法規亦毒氣은(는) kong0107에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "將網頁中的法規與條號都轉變成連結,以利快速查閱指定條文。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

法規亦毒氣 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 法規亦毒氣 法規亦毒氣
ID iedodmlnmhobigohbkalkkjlbmdkjalj
공식 URL https://chromewebstore.google.com/detail/%E6%B3%95%E8%A6%8F%E4%BA%A6%E6%AF%92%E6%B0%A3/iedodmlnmhobigohbkalkkjlbmdkjalj
설명 將網頁中的法規與條號都轉變成連結,以利快速查閱指定條文。
파일 크기 64.95 KB
설치 횟수 1,684
현재 버전 2.0.4
최근 업데이트 2023-02-26
출시 날짜 2019-05-02
평점 4.96/5 총 23 개의 평점
개발자 kong0107
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://g0v.github.io/laweasyread-front/
도움말 페이지 URL https://g0v.tw/
지원되는 언어 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
        }
    ]
}