Better BAILII

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

Vad är Better BAILII?

Better BAILII är en Chrome-tillägg utvecklad av https://legalstyle.co.uk, och dess huvudfunktion är "The extension changes the typography on BAILII to make it more visually appealing.".

Tilläggsskärmbilder

screenshot

Ladda ner Better BAILII-förlängningens CRX-fil

Ladda ner Better BAILII-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Better BAILII Better BAILII
ID fmoeaeaikfmihnpkdabidknamagnkhcg
Officiell webbadress https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg
Beskrivning The extension changes the typography on BAILII to make it more visually appealing.
Filstorlek 9.92 KB
Antal Installationer 97
Aktuell Version 2.5
Senast Uppdaterad 2023-09-29
Publiceringsdatum 2022-02-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://legalstyle.co.uk
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/ezgranet/prettier-uksc
Stödda Språk 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\/*"
            ]
        }
    ]
}