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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |