Better BAILII

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

什么是Better BAILII?

Better BAILII是由https://legalstyle.co.uk开发的Chrome扩展程序,该扩展的主要功能是“The extension changes the typography on BAILII to make it more visually appealing.”。

扩展截图

screenshot

下载Better BAILII扩展crx文件

下载Better BAILII扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Better BAILII Better BAILII
ID fmoeaeaikfmihnpkdabidknamagnkhcg
官方URL https://chromewebstore.google.com/detail/better-bailii/fmoeaeaikfmihnpkdabidknamagnkhcg
简介 The extension changes the typography on BAILII to make it more visually appealing.
文件大小 9.92 KB
安装次数 97
当前版本 2.5
更新时间 2023-09-29
上架时间 2022-02-06
评分 5.00/5 共1次评分
开发者 https://legalstyle.co.uk
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/ezgranet/prettier-uksc
支持的语言 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\/*"
            ]
        }
    ]
}