Utah Law Formatting

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

¿Qué es Utah Law Formatting?

Utah Law Formatting es una extensión de Chrome desarrollada por https://connorboyack.com, y su función principal es "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Utah Law Formatting

Descarga archivos de extensión Utah Law Formatting en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Utah Law Formatting Utah Law Formatting
ID jkccfahhcjiggkgakkinjdipljallmkf
URL Oficial https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf
Descripción This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Tamaño del Archivo 61.84 KB
Cantidad de Instalaciones 1,297
Versión Actual 1.30
Última Actualización 2022-10-05
Fecha de Publicación 2019-06-21
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador https://connorboyack.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}