Better BAILII
The extension changes the typography on BAILII to make it more visually appealing.
What is Better BAILII?
Better BAILII is a Chrome extension developed by https://legalstyle.co.uk, and its main feature is "The extension changes the typography on BAILII to make it more visually appealing.".
Extension Screenshots
Download Better BAILII Extension CRX File
Download Better BAILII extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Better BAILII |
ID | fmoeaeaikfmihnpkdabidknamagnkhcg |
Official URL | https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg |
Description | The extension changes the typography on BAILII to make it more visually appealing. |
File Size | 9.92 KB |
Installation Count | 97 |
Current Version | 2.5 |
Last Updated | 2023-09-29 |
Publish Date | 2022-02-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://legalstyle.co.uk |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/ezgranet/prettier-uksc |
Supported Languages | 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\/*" ] } ] } |