OpenLaw NZ Legislation helper

Access the OpenLaw NZ database from within legislation.govt.nz

OpenLaw NZ Legislation helper là gì?

OpenLaw NZ Legislation helper là một tiện ích mở rộng Chrome được phát triển bởi https://www.openlaw.nz, và tính năng chính của nó là "Access the OpenLaw NZ database from within legislation.govt.nz".

Ả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 OpenLaw NZ Legislation helper

Tải xuống các tệp mở rộng OpenLaw NZ Legislation helper 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

                        Gain a better understanding of New Zealand law by seeing how legislation is applied by the Courts.

The OpenLaw NZ legislation helper adds "related case" search functionality to the official New Zealand Legislation website at legislation.govt.nz.

To use, view a section of an Act on legislation.govt.nz. An OpenLaw NZ icon will appear next to the "contents" link. Click it, and an overlay will appear showing cases in the OpenLaw NZ database which refer to the currently viewed section.                    

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

Tên OpenLaw NZ Legislation helper OpenLaw NZ Legislation helper
ID abobmobdjckkdplcdjicelmejdmlleof
URL Chính Thức https://chromewebstore.google.com/detail/openlaw-nz-legislation-he/abobmobdjckkdplcdjicelmejdmlleof
Mô tả Access the OpenLaw NZ database from within legislation.govt.nz
Kích Thước Tệp 8.51 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2021-09-11
Ngày Phát Hành 2020-02-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.openlaw.nz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4",
    "manifest_version": 2,
    "name": "OpenLaw NZ Legislation helper",
    "description": "Access the OpenLaw NZ database from within legislation.govt.nz",
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "logo.png"
    ],
    "minimum_chrome_version": "22",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/legislation.govt.nz\/act\/private\/*",
                "http:\/\/legislation.govt.nz\/act\/public\/*",
                "http:\/\/www.legislation.govt.nz\/act\/public\/*",
                "http:\/\/www.legislation.govt.nz\/act\/private\/*",
                "https:\/\/legislation.govt.nz\/act\/private\/*",
                "https:\/\/legislation.govt.nz\/act\/public\/*",
                "https:\/\/www.legislation.govt.nz\/act\/public\/*",
                "https:\/\/www.legislation.govt.nz\/act\/private\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}