Better BAILII

The extension changes the typography on BAILII to make it more visually appealing.

Better BAILII란 무엇입니까?

Better BAILII은(는) https://legalstyle.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension changes the typography on BAILII to make it more visually appealing."입니다.

확장 프로그램 스크린샷

screenshot

Better BAILII 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension makes the websites of case law on BAILII and the National Archives more readable and easily navigable.  It allows users to find and search paragraph numbers to aid navigation, and improves  the setting of judgments in accordance with the rules of typography, to make them legible and pretty.   It adds justification, makes use of text-figures, and fiddles with a few margins.                    

확장 프로그램 기본 정보

이름 Better BAILII Better BAILII
ID fmoeaeaikfmihnpkdabidknamagnkhcg
공식 URL https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg
설명 The extension changes the typography on BAILII to make it more visually appealing.
파일 크기 9.92 KB
설치 횟수 97
현재 버전 2.5
최근 업데이트 2023-09-29
출시 날짜 2022-02-06
평점 5.00/5 총 1 개의 평점
개발자 https://legalstyle.co.uk
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/ezgranet/prettier-uksc
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better BAILII",
    "version": "2.5",
    "description": "The extension changes the typography on BAILII to make it more visually appealing.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "144": "icon144.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "styles.js"
            ],
            "matches": [
                "https:\/\/bailii.org\/*",
                "https:\/\/www.bailii.org\/*",
                "http:\/\/www2.bailii.org\/",
                "https:\/\/caselaw.nationalarchives.gov.uk\/*",
                "https:\/\/www.caselaw.nationalarchives.gov.uk\/*"
            ]
        }
    ]
}