Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
What is Utah Law Formatting?
Utah Law Formatting is a Chrome extension developed by https://connorboyack.com, and its main feature is "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".
Extension Screenshots
Download Utah Law Formatting Extension CRX File
Download Utah Law Formatting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Utah Law Formatting |
ID | jkccfahhcjiggkgakkinjdipljallmkf |
Official URL | https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf |
Description | This extension highlights bills being considered by the Utah Legislature to make them easier to read. |
File Size | 61.84 KB |
Installation Count | 1,297 |
Current Version | 1.30 |
Last Updated | 2022-10-05 |
Publish Date | 2019-06-21 |
Rating | 5.00/5 Total 9 Ratings |
Developer | https://connorboyack.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |