Better BAILII

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

Better BAILIIคืออะไร?

Better BAILII เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://legalstyle.co.uk และคุณลักษณะหลักของมันคือ "The extension changes the typography on BAILII to make it more visually appealing."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better BAILII

ดาวน์โหลดไฟล์ส่วนขยาย Better BAILII ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}