Dead Namerator

Replaces dead name & pronouns

Dead Namerator란 무엇입니까?

Dead Namerator은(는) developerlady21에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces dead name & pronouns"입니다.

확장 프로그램 스크린샷

screenshot

Dead Namerator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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