Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Vad är Utah Law Formatting?
Utah Law Formatting är en Chrome-tillägg utvecklad av https://connorboyack.com, och dess huvudfunktion är "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".
Tilläggsskärmbilder
Ladda ner Utah Law Formatting-förlängningens CRX-fil
Ladda ner Utah Law Formatting-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Utah Law Formatting |
ID | jkccfahhcjiggkgakkinjdipljallmkf |
Officiell webbadress | https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf |
Beskrivning | This extension highlights bills being considered by the Utah Legislature to make them easier to read. |
Filstorlek | 61.84 KB |
Antal Installationer | 1,297 |
Aktuell Version | 1.30 |
Senast Uppdaterad | 2022-10-05 |
Publiceringsdatum | 2019-06-21 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | https://connorboyack.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |