iDissent
Read Law Faster
iDissent là gì?
iDissent là một tiện ích mở rộng Chrome được phát triển bởi iDissent, và tính năng chính của nó là "Read Law Faster".
Ả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 iDissent
Tải xuống các tệp mở rộng iDissent 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
A browser extension to improve your legal research on CanLII. The same legal research you've always done. Just better. ✔ Reveal Headings: skip the facts section when you need the law now ✔ Identify judgments: never read a dissent by mistake again ✔ Don't repeat yourself: see when you last read a case ✔ Copy perfectly formatted case citations with one keypress ✔ Make the law beautiful: optimize fonts and layout for readability
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iDissent |
ID | gcpoalbpelfophanefalgjndjladbbnc |
URL Chính Thức | https://chromewebstore.google.com/detail/idissent/gcpoalbpelfophanefalgjndjladbbnc |
Mô tả | Read Law Faster |
Kích Thước Tệp | 159 KB |
Số Lần Cài Đặt | 168 |
Phiên Bản Hiện Tại | 1.3.7 |
Cập Nhật Lần Cuối | 2023-12-16 |
Ngày Phát Hành | 2021-09-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | iDissent |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://courtingtrouble.ca/iDissent/ |
URL Trang Chính Sách Bảo Mật | https://courtingtrouble.ca/iDissent/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "{040996e1-89cd-4b0b-86d0-72d5c364af75}" } }, "name": "iDissent", "version": "1.3.7", "description": "Read Law Faster", "icons": { "48": "icons\/logo.png" }, "permissions": [ "https:\/\/www.canlii.org\/en\/*", "https:\/\/courtingtrouble.ca\/*", "storage", "history", "clipboardWrite" ], "content_scripts": [ { "matches": [ "https:\/\/www.canlii.org\/en\/*\/doc\/*" ], "js": [ "lib\/jquery-3.4.0.slim.min.js", "lib\/browser-polyfill.min.js", "env.js", "options_constants.js", "bundle0.js" ], "css": [ "canlii.css", "canlii_history.css", "canlii_print.css" ] }, { "matches": [ "https:\/\/www.canlii.org\/en\/" ], "js": [ "lib\/jquery-3.4.0.slim.min.js", "lib\/browser-polyfill.min.js", "env.js", "options_constants.js", "bundle1.js" ], "css": [ "canlii_history.css" ] }, { "matches": [ "https:\/\/courtingtrouble.ca\/*" ], "js": [ "lib\/jquery-3.4.0.slim.min.js", "lib\/browser-polyfill.min.js", "env.js", "options_constants.js", "bundle2.js" ] } ], "web_accessible_resources": [ "fonts\/charter_regular.woff2", "fonts\/charter_bold.woff2", "fonts\/charter_italic.woff2", "fonts\/charter_bold_italic.woff2", "fonts\/charter_license.txt", "icons\/downarrow.png" ], "background": { "scripts": [ "lib\/browser-polyfill.min.js", "env.js", "options_constants.js", "background.js" ] }, "options_ui": { "page": "options.html" } } |