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!                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |