OpenLaw NZ Legislation helper

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

什么是OpenLaw NZ Legislation helper?

OpenLaw NZ Legislation helper是由https://www.openlaw.nz开发的Chrome扩展程序,该扩展的主要功能是“Access the OpenLaw NZ database from within legislation.govt.nz”。

扩展截图

screenshot
screenshot
screenshot

下载OpenLaw NZ Legislation helper扩展crx文件

下载OpenLaw NZ Legislation helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 OpenLaw NZ Legislation helper OpenLaw NZ Legislation helper
ID abobmobdjckkdplcdjicelmejdmlleof
官方URL https://chromewebstore.google.com/detail/openlaw-nz-legislation-he/abobmobdjckkdplcdjicelmejdmlleof
简介 Access the OpenLaw NZ database from within legislation.govt.nz
文件大小 8.51 KB
安装次数 84
当前版本 1.1.4
更新时间 2021-09-11
上架时间 2020-02-22
评分 5.00/5 共2次评分
开发者 https://www.openlaw.nz
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}