Better BAILII

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

¿Qué es Better BAILII?

Better BAILII es una extensión de Chrome desarrollada por https://legalstyle.co.uk, y su función principal es "The extension changes the typography on BAILII to make it more visually appealing.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Better BAILII

Descarga archivos de extensión Better BAILII en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Better BAILII Better BAILII
ID fmoeaeaikfmihnpkdabidknamagnkhcg
URL Oficial https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg
Descripción The extension changes the typography on BAILII to make it more visually appealing.
Tamaño del Archivo 9.92 KB
Cantidad de Instalaciones 97
Versión Actual 2.5
Última Actualización 2023-09-29
Fecha de Publicación 2022-02-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://legalstyle.co.uk
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/ezgranet/prettier-uksc
Idiomas Soportados 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\/*"
            ]
        }
    ]
}