Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Co je Utah Law Formatting?
Utah Law Formatting je rozšíření Chrome vyvinuté https://connorboyack.com, a jeho hlavní funkcí je „This extension highlights bills being considered by the Utah Legislature to make them easier to read.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Utah Law Formatting
Stáhněte si soubory rozšíření Utah Law Formatting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Utah Law Formatting |
ID | jkccfahhcjiggkgakkinjdipljallmkf |
Oficiální URL | https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf |
Popis | This extension highlights bills being considered by the Utah Legislature to make them easier to read. |
Velikost souboru | 61.84 KB |
Počet instalací | 1,297 |
Aktuální Verze | 1.30 |
Poslední Aktualizace | 2022-10-05 |
Datum Vydání | 2019-06-21 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | https://connorboyack.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |