OpenLaw NZ Legislation helper
Access the OpenLaw NZ database from within legislation.govt.nz
O que é OpenLaw NZ Legislation helper?
OpenLaw NZ Legislation helper é uma extensão do Chrome desenvolvida por https://www.openlaw.nz, e sua principal característica é "Access the OpenLaw NZ database from within legislation.govt.nz".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OpenLaw NZ Legislation helper
Baixe arquivos de extensão OpenLaw NZ Legislation helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | OpenLaw NZ Legislation helper |
ID | abobmobdjckkdplcdjicelmejdmlleof |
URL Oficial | https://chromewebstore.google.com/detail/openlaw-nz-legislation-he/abobmobdjckkdplcdjicelmejdmlleof |
Descrição | Access the OpenLaw NZ database from within legislation.govt.nz |
Tamanho do Arquivo | 8.51 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.1.4 |
Última Atualização | 2021-09-11 |
Data de Publicação | 2020-02-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://www.openlaw.nz |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |