Better BAILII

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

Qu'est-ce que Better BAILII ?

Better BAILII est une extension Chrome développée par https://legalstyle.co.uk, et sa fonction principale est "The extension changes the typography on BAILII to make it more visually appealing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Better BAILII

Téléchargez les fichiers d'extension Better BAILII au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Better BAILII Better BAILII
ID fmoeaeaikfmihnpkdabidknamagnkhcg
URL Officiel https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg
Description The extension changes the typography on BAILII to make it more visually appealing.
Taille du Fichier 9.92 KB
Nombre d'Installations 97
Version Actuelle 2.5
Dernière Mise à Jour 2023-09-29
Date de Publication 2022-02-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://legalstyle.co.uk
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/ezgranet/prettier-uksc
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}