Utah Law Formatting
This extension highlights bills being considered by the Utah Legislature to make them easier to read.
什麼是Utah Law Formatting?
Utah Law Formatting是由https://connorboyack.com開發的Chrome擴展程式,該擴展的主要功能是“This extension highlights bills being considered by the Utah Legislature to make them easier to read.”。
擴展截圖
下載Utah Law Formatting擴展crx文件
下載Utah Law Formatting擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Utah Law Formatting |
ID | jkccfahhcjiggkgakkinjdipljallmkf |
官方網址 | https://chromewebstore.google.com/detail/utah-law-formatting/jkccfahhcjiggkgakkinjdipljallmkf |
簡介 | This extension highlights bills being considered by the Utah Legislature to make them easier to read. |
檔案大小 | 61.84 KB |
安裝次數 | 1,297 |
目前版本 | 1.30 |
更新時間 | 2022-10-05 |
上架時間 | 2019-06-21 |
評分 | 5.00/5 共 9 次評分 |
開發者 | https://connorboyack.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |