Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
Qu'est-ce que Utah Law Formatting ?
Utah Law Formatting est une extension Chrome développée par https://connorboyack.com, et sa fonction principale est "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Utah Law Formatting
Téléchargez les fichiers d'extension Utah Law Formatting au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Utah Law Formatting |
ID | jkccfahhcjiggkgakkinjdipljallmkf |
URL Officiel | 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. |
Taille du Fichier | 61.84 KB |
Nombre d'Installations | 1,297 |
Version Actuelle | 1.30 |
Dernière Mise à Jour | 2022-10-05 |
Date de Publication | 2019-06-21 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | https://connorboyack.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |