Utah Law Formatting

This extension highlights bills being considered by the Utah Legislature to make them easier to read.

Co to jest Utah Law Formatting?

Utah Law Formatting to rozszerzenie Chrome opracowane przez https://connorboyack.com, a jego główną funkcją jest „This extension highlights bills being considered by the Utah Legislature to make them easier to read.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Utah Law Formatting

Pobierz pliki rozszerzeń Utah Law Formatting w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This plugin highlights changes to Utah law on a webpage showing a bill. Click the "toggle highlighting" link to… well, toggle the highlighting. That's it!                    

Podstawowe informacje o rozszerzeniu

Nazwa Utah Law Formatting Utah Law Formatting
ID jkccfahhcjiggkgakkinjdipljallmkf
Oficjalny URL https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf
Opis This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Rozmiar pliku 61.84 KB
Liczba instalacji 1,297
Aktualna Wersja 1.30
Ostatnia Aktualizacja 2022-10-05
Data Publikacji 2019-06-21
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper https://connorboyack.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Utah Law Formatting",
    "description": "This extension highlights bills being considered by the Utah Legislature to make them easier to read.",
    "version": "1.30",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/le.utah.gov\/*",
                "*:\/\/www.le.utah.gov\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ]
}