Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Cos'è Utah Law Formatting?
Utah Law Formatting è un'estensione di Chrome sviluppata da https://connorboyack.com, e la sua funzione principale è "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Utah Law Formatting
Scarica i file di estensione Utah Law Formatting in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | jkccfahhcjiggkgakkinjdipljallmkf |
| URL Ufficiale | https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf |
| Descrizione | This extension highlights bills being considered by the Utah Legislature to make them easier to read. |
| Dimensione del File | 61.84 KB |
| Conteggio Installazioni | 1,297 |
| Versione Corrente | 1.30 |
| Ultimo Aggiornamento | 2022-10-05 |
| Data di Pubblicazione | 2019-06-21 |
| Valutazione | 5.00/5 Totale 9 Valutazioni |
| Sviluppatore | https://connorboyack.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |