法規亦毒氣

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

法規亦毒氣คืออะไร?

法規亦毒氣 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kong0107 และคุณลักษณะหลักของมันคือ "將網頁中的法規與條號都轉變成連結,以利快速查閱指定條文。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 法規亦毒氣

ดาวน์โหลดไฟล์ส่วนขยาย 法規亦毒氣 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

提示:
* 互動式網頁(如 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
        }
    ]
}