Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Was ist Utah Law Formatting?
Utah Law Formatting ist eine Chrome-Erweiterung, die von https://connorboyack.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".
Erweiterungsscreenshots
Utah Law Formatting-Erweiterungs-CRX-Datei herunterladen
Laden Sie Utah Law Formatting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jkccfahhcjiggkgakkinjdipljallmkf |
| Offizielle URL | https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf |
| Beschreibung | This extension highlights bills being considered by the Utah Legislature to make them easier to read. |
| Dateigröße | 61.84 KB |
| Installationsanzahl | 1,297 |
| Aktuelle Version | 1.30 |
| Letztes Update | 2022-10-05 |
| Veröffentlichungsdatum | 2019-06-21 |
| Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
| Entwickler | https://connorboyack.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |