Better BAILII

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

Better BAILII क्या है?

Better BAILII https://legalstyle.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension changes the typography on BAILII to make it more visually appealing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better BAILII एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}