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
Eメール [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\/*"
            ]
        }
    ]
}