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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |