OpenLaw NZ Legislation helper
Access the OpenLaw NZ database from within legislation.govt.nz
Co je OpenLaw NZ Legislation helper?
OpenLaw NZ Legislation helper je rozšíření Chrome vyvinuté https://www.openlaw.nz, a jeho hlavní funkcí je „Access the OpenLaw NZ database from within legislation.govt.nz“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření OpenLaw NZ Legislation helper
Stáhněte si soubory rozšíření OpenLaw NZ Legislation helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | OpenLaw NZ Legislation helper |
ID | abobmobdjckkdplcdjicelmejdmlleof |
Oficiální URL | https://chromewebstore.google.com/detail/openlaw-nz-legislation-he/abobmobdjckkdplcdjicelmejdmlleof |
Popis | Access the OpenLaw NZ database from within legislation.govt.nz |
Velikost souboru | 8.51 KB |
Počet instalací | 84 |
Aktuální Verze | 1.1.4 |
Poslední Aktualizace | 2021-09-11 |
Datum Vydání | 2020-02-22 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.openlaw.nz |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |