OpenLaw NZ Legislation helper

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

Что такое OpenLaw NZ Legislation helper?

OpenLaw NZ Legislation helper - это расширение Chrome, разработанное https://www.openlaw.nz, и его основная функция - "Access the OpenLaw NZ database from within legislation.govt.nz".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения OpenLaw NZ Legislation helper

Скачайте файлы расширений 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"
            ]
        }
    ]
}