Utah Law Formatting

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

Apa itu Utah Law Formatting?

Utah Law Formatting adalah ekstensi Chrome yang dikembangkan oleh https://connorboyack.com, dan fitur utamanya adalah "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Utah Law Formatting

Unduh file ekstensi Utah Law Formatting dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Utah Law Formatting Utah Law Formatting
ID jkccfahhcjiggkgakkinjdipljallmkf
URL Resmi https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf
Deskripsi This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Ukuran File 61.84 KB
Jumlah Instalasi 1,297
Versi Saat Ini 1.30
Terakhir Diperbarui 2022-10-05
Tanggal Publikasi 2019-06-21
Penilaian 5.00/5 Total 9 Penilaian
Pengembang https://connorboyack.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}