OpenLaw NZ Legislation helper
Access the OpenLaw NZ database from within legislation.govt.nz
OpenLaw NZ Legislation helperคืออะไร?
OpenLaw NZ Legislation helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.openlaw.nz และคุณลักษณะหลักของมันคือ "Access the OpenLaw NZ database from within legislation.govt.nz"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenLaw NZ Legislation helper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |