xLaw
Extension to extend EUR-Lex, Riigi Teataja, Riigikohus.ee (§ link + additional info)
xLaw là gì?
xLaw là một tiện ích mở rộng Chrome được phát triển bởi https://xlaw.eu, và tính năng chính của nó là "Extension to extend EUR-Lex, Riigi Teataja, Riigikohus.ee (§ link + additional info)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng xLaw
Tải xuống các tệp mở rộng xLaw dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
xLaw - knowledge management system for Lawyers. Adds extra information to EUR-Lex, Riigiteataja.ee, Riigikohus.ee, Likumi.lv (court cases, journal articles etc) xLaw §'i-põhine info: lisab §'de juurde nupud, millele vajutades saab § kohta lisainfot (sh kohtulahendid, artiklid, juhendid, EL õigus, seletuskirjad). xLaw kasutaja privaatse info funktsioon: võimaldab koguda ja kasutada oma kommentaare ühtses xLaw märksõnasüsteemis (Riigiteataja.ee, EUR-Lex, Word) xLaw Kiirotsing: aadressirealt kiirelt seadusesse, äriregistrisse jpm. xLaw EUR-Lex: võimaldab otsida EU kohtulahendeid otse direktiivide/sätete Artiklite juurest Lisainfo: extendlaw.com ja [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | xLaw |
ID | kfngooidkiiljlbpaafgcfjddkgnhjkl |
URL Chính Thức | https://chromewebstore.google.com/detail/xlaw/kfngooidkiiljlbpaafgcfjddkgnhjkl |
Mô tả | Extension to extend EUR-Lex, Riigi Teataja, Riigikohus.ee (§ link + additional info) |
Kích Thước Tệp | 2.18 MB |
Số Lần Cài Đặt | 4,285 |
Phiên Bản Hiện Tại | 2.2.4.3 |
Cập Nhật Lần Cuối | 2024-02-23 |
Ngày Phát Hành | 2020-06-02 |
Đánh Giá | 5.00/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://xlaw.eu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://extendlaw.com/xlaw |
URL Trang Chính Sách Bảo Mật | https://xlaw.eu/en/privacypolicy.html |
Ngôn Ngữ Được Hỗ Trợ | et |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xLaw", "description": "Extension to extend EUR-Lex, Riigi Teataja, Riigikohus.ee (\u00a7 link + additional info)", "version": "2.2.4.3", "minimum_chrome_version": "67", "optional_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "https:\/\/xlaw.ee\/", "contextMenus" ], "omnibox": { "keyword": "x" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/xlaw.ee\/*" ], "js": [ "dist\/cs_xlaw_ee.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.riigiteataja.ee\/akt\/*", "https:\/\/www.riigiteataja.ee\/en\/eli\/*" ], "css": [ "css\/buttons.css", "css\/font-inter.css", "dist\/cs_riigiteataja.css" ], "js": [ "dist\/cs_riigiteataja.js" ] }, { "matches": [ "http:\/\/www.nc.ee\/*", "https:\/\/www.riigikohus.ee\/lahendid*", "https:\/\/www.riigikohus.ee\/et\/lahendid*" ], "css": [ "css\/font-inter.css" ], "js": [ "dist\/cs_riigikohus_permission.js" ] }, { "matches": [ "*:\/\/eur-lex.europa.eu\/*" ], "css": [ "css\/buttons.css", "css\/font-inter.css", "dist\/cs_eurlex.css" ], "js": [ "dist\/cs_eurlex.js" ] }, { "matches": [ "*:\/\/curia.europa.eu\/*" ], "js": [ "dist\/cs_curia.js" ] }, { "matches": [ "https:\/\/www.riigiteataja.ee\/kohtulahendid\/detailid.html*" ], "css": [ "css\/font-inter.css", "css\/buttons.css" ], "js": [ "dist\/cs_kohtulahend_detailid.js" ] }, { "matches": [ "https:\/\/www.riigiteataja.ee\/kohtulahendid\/otsingutulemus.html*", "https:\/\/www.riigiteataja.ee\/kohtulahendite_liigitus.html*", "https:\/\/www.riigiteataja.ee\/akt_seosed_kohtulahenditega.html*" ], "js": [ "dist\/cs_kohtulahendid.js" ] }, { "matches": [ "https:\/\/www.riigiteataja.ee\/otsingu_tulemus.html*" ], "css": [ "dist\/cs_riigiteataja_otsing.css" ], "js": [ "dist\/cs_riigiteataja_otsing.js" ] } ], "browser_action": { "default_icon": { "16": "img\/16x16.png", "32": "img\/32x32.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ "config.json", "css\/*", "img\/*", "data\/*", "dist\/*.css", "dist\/*.map" ] } |