Better BAILII
The extension changes the typography on BAILII to make it more visually appealing.
Hvad er Better BAILII?
Better BAILII er en Chrome-udvidelse udviklet af https://legalstyle.co.uk, og dens hovedfunktion er "The extension changes the typography on BAILII to make it more visually appealing.".
Udvidelsesskærmbilleder
Download Better BAILII-udvidelses-CRX-fil
Download Better BAILII-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Better BAILII |
ID | fmoeaeaikfmihnpkdabidknamagnkhcg |
Officiel URL | https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg |
Beskrivelse | The extension changes the typography on BAILII to make it more visually appealing. |
Filstørrelse | 9.92 KB |
Antal Installationer | 97 |
Nuværende Version | 2.5 |
Senest Opdateret | 2023-09-29 |
Udgivelsesdato | 2022-02-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://legalstyle.co.uk |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/ezgranet/prettier-uksc |
Understøttede Sprog | 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\/*" ] } ] } |