Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
O que é Utah Law Formatting?
Utah Law Formatting é uma extensão do Chrome desenvolvida por https://connorboyack.com, e sua principal característica é "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Utah Law Formatting
Baixe arquivos de extensão Utah Law Formatting no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Utah Law Formatting |
ID | jkccfahhcjiggkgakkinjdipljallmkf |
URL Oficial | https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf |
Descrição | This extension highlights bills being considered by the Utah Legislature to make them easier to read. |
Tamanho do Arquivo | 61.84 KB |
Contagem de Instalações | 1,297 |
Versão Atual | 1.30 |
Última Atualização | 2022-10-05 |
Data de Publicação | 2019-06-21 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | https://connorboyack.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |