Better BAILII

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

Τι είναι το Better BAILII;

Το Better BAILII είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://legalstyle.co.uk, και η κύρια λειτουργία του είναι "The extension changes the typography on BAILII to make it more visually appealing.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Better BAILII

Λήψη αρχείων επέκτασης 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\/*"
            ]
        }
    ]
}