iDissent
Read Law Faster
iDissent란 무엇입니까?
iDissent은(는) iDissent에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read Law Faster"입니다.
확장 프로그램 스크린샷
iDissent 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | iDissent |
ID | gcpoalbpelfophanefalgjndjladbbnc |
공식 URL | https://chromewebstore.google.com/detail/idissent/gcpoalbpelfophanefalgjndjladbbnc |
설명 | Read Law Faster |
파일 크기 | 159 KB |
설치 횟수 | 168 |
현재 버전 | 1.3.7 |
최근 업데이트 | 2023-12-16 |
출시 날짜 | 2021-09-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | iDissent |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://courtingtrouble.ca/iDissent/ |
개인정보 보호 정책 페이지 URL | https://courtingtrouble.ca/iDissent/privacy |
지원되는 언어 | 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" } } |