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
官方網址 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\/*"
            ]
        }
    ]
}