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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}