Color CA Votes

This extension changes colors in a CA legislator vote to show party affiliation

Color CA Votesคืออะไร?

Color CA Votes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RichardMathews และคุณลักษณะหลักของมันคือ "This extension changes colors in a CA legislator vote to show party affiliation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color CA Votes

ดาวน์โหลดไฟล์ส่วนขยาย Color CA Votes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A must-have for those interested in California legislation and politics. The Color CA Votes extension identifies the political party of California state legislators named in vote lists, status pages, and bill text at leginfo.legislature.ca.gov, which covers all roll-call floor votes and committee votes in the state legislature going back to 1999.

The extension colors each legislator's name by party for quick identification. For those with color blindness, parties are also identified in text. You can quickly see which party mostly voted yes, which mostly voted no, and who are the holdouts in each party who might be the ones you need to convince to help your community.

Blue: Democratic Party
Red: Republican Party
Green: Green Party
Gray: independent / no party preference
Blue-Purple: Changed from Republican to Democratic  during the term
Red-Purple: Changed from Democratic to Republican during the term
Blue-Gray: Changed from Democratic to independent during the term
Red-Gray: Changed from Republican to independent during the term

Note that the extension only works at leginfo.legislature.ca.gov. It does not work at the old legislative site, leginfo.ca.gov, so votes prior to 1999 are not available to be shown in color.

Report problems, make suggestions, or send thanks by writing to info AT VoteRichard.org

This is an open-source product.

Version history:
2.14 Add Asm. Akilah Weber
2.13 Update members for 2020 general election
2.12 Asm. Mayes changed parties and fix for status pages
2.11 Add Lena Gonzalez
2.10 Match changes to Leginfo vote pages
2.9: Asm. Maienschein changed parties
2.8: Distribute source license file and other metadata fixes
2.7: Add new legislators for 2019-2020 term
2.6: Add new Senate Member Delgado
2.5: Updated URL for gifts
2.4: Add new Assembly Members Gabriel and Rivas. Minor output format changes.
2.3: Add new Assembly Member Kamlager-Dove
2.2: Add new Assembly Member Carrillo
2.1: Improve already outstanding performance
2.0: Color names of authors and coauthors on bill-text and bill-status pages
1.1: Fixed to work with https pages from leginfo.legislature.ca.gov
1.0: Initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Color CA Votes Color CA Votes
ID haeadknheldicbgplgbacihighcfmkhm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/color-ca-votes/haeadknheldicbgplgbacihighcfmkhm
คำอธิบาย This extension changes colors in a CA legislator vote to show party affiliation
ขนาดไฟล์ 20.19 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 2.14 (Official Build)
อัปเดตครั้งล่าสุด 2021-05-04
วันที่เผยแพร่ 2019-09-05
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา RichardMathews
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://voterichard.org/CCAVprivacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color CA Votes",
    "description": "This extension changes colors in a CA legislator vote to show party affiliation",
    "version": "2.14",
    "version_name": "2.14 (Official Build)",
    "author": "Richard M. Mathews",
    "icons": {
        "16": "CCAVlogo16.png",
        "48": "CCAVlogo48.png",
        "128": "CCAVlogo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/leginfo.legislature.ca.gov\/faces\/bill*Client.xhtml*"
            ],
            "js": [
                "CCAV.js"
            ],
            "run_at": "document_end"
        }
    ]
}