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.”。

扩展截图

screenshot

下载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 Utah Law Formatting
ID jkccfahhcjiggkgakkinjdipljallmkf
官方URL 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"
            ]
        }
    ]
}