Dead Namerator
Replaces dead name & pronouns
Apa itu Dead Namerator?
Dead Namerator adalah ekstensi Chrome yang dikembangkan oleh developerlady21, dan fitur utamanya adalah "Replaces dead name & pronouns".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dead Namerator
Unduh file ekstensi Dead Namerator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Dead Namerator |
ID | ajbpjdjclfjiicggiefackmnhinigdgm |
URL Resmi | https://chromewebstore.google.com/detail/dead-namerator/ajbpjdjclfjiicggiefackmnhinigdgm |
Deskripsi | Replaces dead name & pronouns |
Ukuran File | 57.24 KB |
Jumlah Instalasi | 164 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2021-11-16 |
Tanggal Publikasi | 2021-11-16 |
Penilaian | 3.25/5 Total 4 Penilaian |
Pengembang | developerlady21 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |