Better BAILII

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

Cos'è Better BAILII?

Better BAILII è un'estensione di Chrome sviluppata da https://legalstyle.co.uk, e la sua funzione principale è "The extension changes the typography on BAILII to make it more visually appealing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better BAILII

Scarica i file di estensione Better BAILII in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Better BAILII Better BAILII
ID fmoeaeaikfmihnpkdabidknamagnkhcg
URL Ufficiale https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg
Descrizione The extension changes the typography on BAILII to make it more visually appealing.
Dimensione del File 9.92 KB
Conteggio Installazioni 97
Versione Corrente 2.5
Ultimo Aggiornamento 2023-09-29
Data di Pubblicazione 2022-02-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://legalstyle.co.uk
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/ezgranet/prettier-uksc
Lingue Supportate 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\/*"
            ]
        }
    ]
}