Utah Law Formatting

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

Wat is Utah Law Formatting?

Utah Law Formatting is een Chrome-extensie ontwikkeld door https://connorboyack.com, en de belangrijkste functie is "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Utah Law Formatting

Download Utah Law Formatting-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Utah Law Formatting Utah Law Formatting
ID jkccfahhcjiggkgakkinjdipljallmkf
Officiële URL https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf
Beschrijving This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Bestandsgrootte 61.84 KB
Aantal Installaties 1,297
Huidige Versie 1.30
Laatst Bijgewerkt 2022-10-05
Publicatiedatum 2019-06-21
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar https://connorboyack.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}