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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Utah Law Formatting
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |