Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Hvad er Utah Law Formatting?
Utah Law Formatting er en Chrome-udvidelse udviklet af https://connorboyack.com, og dens hovedfunktion er "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".
Udvidelsesskærmbilleder
Download Utah Law Formatting-udvidelses-CRX-fil
Download Utah Law Formatting-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Utah Law Formatting |
ID | jkccfahhcjiggkgakkinjdipljallmkf |
Officiel URL | https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf |
Beskrivelse | This extension highlights bills being considered by the Utah Legislature to make them easier to read. |
Filstørrelse | 61.84 KB |
Antal Installationer | 1,297 |
Nuværende Version | 1.30 |
Senest Opdateret | 2022-10-05 |
Udgivelsesdato | 2019-06-21 |
Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
Udvikler | https://connorboyack.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |