Dead Namerator

Replaces dead name & pronouns

Dead Nameratorคืออะไร?

Dead Namerator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developerlady21 และคุณลักษณะหลักของมันคือ "Replaces dead name & pronouns"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dead Namerator

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

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

                        This is a simple extension that replaces a person's dead name and pronouns with their actual name and pronouns. There are many trans kids out there who may be unable to change their legal name or to come out at all, and have to look at their dead name whenever they access school or medical records. Though there are already a few examples of this kind of extension available, I wanted to add in a pronoun replacement as well, which I didn't see in other extensions.

Use the options page to fill out your dead name and pronouns and actual name and pronouns.                    

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

ชื่อ Dead Namerator Dead Namerator
ID ajbpjdjclfjiicggiefackmnhinigdgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dead-namerator/ajbpjdjclfjiicggiefackmnhinigdgm
คำอธิบาย Replaces dead name & pronouns
ขนาดไฟล์ 57.24 KB
จำนวนการติดตั้ง 164
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-11-16
วันที่เผยแพร่ 2021-11-16
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา developerlady21
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dead Namerator",
    "description": "Replaces dead name & pronouns",
    "version": "0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "main-content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "128": "images\/heart.png"
    }
}