OpenLaw NZ Legislation helper
Access the OpenLaw NZ database from within legislation.govt.nz
Was ist OpenLaw NZ Legislation helper?
OpenLaw NZ Legislation helper ist eine Chrome-Erweiterung, die von https://www.openlaw.nz entwickelt wurde, und ihr Hauptmerkmal ist "Access the OpenLaw NZ database from within legislation.govt.nz".
Erweiterungsscreenshots
OpenLaw NZ Legislation helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie OpenLaw NZ Legislation helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | OpenLaw NZ Legislation helper |
ID | abobmobdjckkdplcdjicelmejdmlleof |
Offizielle URL | https://chromewebstore.google.com/detail/openlaw-nz-legislation-he/abobmobdjckkdplcdjicelmejdmlleof |
Beschreibung | Access the OpenLaw NZ database from within legislation.govt.nz |
Dateigröße | 8.51 KB |
Installationsanzahl | 84 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2021-09-11 |
Veröffentlichungsdatum | 2020-02-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.openlaw.nz |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |