Better BAILII

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

O que é Better BAILII?

Better BAILII é uma extensão do Chrome desenvolvida por https://legalstyle.co.uk, e sua principal característica é "The extension changes the typography on BAILII to make it more visually appealing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Better BAILII

Baixe arquivos de extensão Better BAILII no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Better BAILII Better BAILII
ID fmoeaeaikfmihnpkdabidknamagnkhcg
URL Oficial https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg
Descrição The extension changes the typography on BAILII to make it more visually appealing.
Tamanho do Arquivo 9.92 KB
Contagem de Instalações 97
Versão Atual 2.5
Última Atualização 2023-09-29
Data de Publicação 2022-02-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://legalstyle.co.uk
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/ezgranet/prettier-uksc
Idiomas Suportados 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\/*"
            ]
        }
    ]
}