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 هو إضافة Chrome تم تطويرها بواسطة https://connorboyack.com، والميزة الرئيسية لها هي "This extension highlights bills being considered by the Utah Legislature to make them easier to read.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Utah Law Formatting

قم بتنزيل ملفات الامتداد Utah Law Formatting بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}