Pronoun Pal

PronounPal modifies the gendered pronouns "he/him" and "she/her" on any webpage and replacing them with the gender-neutral…

Pronoun Pal란 무엇입니까?

Pronoun Pal은(는) martyzatarain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PronounPal modifies the gendered pronouns "he/him" and "she/her" on any webpage and replacing them with the gender-neutral…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Pronoun Pal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PronounPal modifies the gendered pronouns "he/him" and "she/her" on any webpage and replacing them with the gender-neutral "they/them". This is a small but significant step towards making the web a more welcoming place for everyone, regardless of their gender identity.

This extension is incredibly simple to use, yet very powerful. With just one click, it scans the text on the webpage you're viewing and transforms gender-specific pronouns to gender-neutral ones. For example, if a webpage reads "She likes to read books", PronounPal would change it to "They like to read books". Another example would be if the text on a page reads "He likes to wash his car on his free time", the extension would change it to "They like to wash their car on their free time."

In addition to changing pronouns, PronounPal also makes sure that the resulting sentences are grammatically correct, capitalizing pronouns at the beginning of sentences and ensuring the proper use of "were" with "they".

The goal of PronounPal is to help users feel more comfortable while navigating the internet. We believe that language is a powerful tool, and by choosing to use inclusive language, we can contribute to a more understanding and accepting online environment.

Whether you're someone who prefers they/them pronouns, a supporter of gender neutrality, or a user who just wants to see what the web would look like with gender-neutral language, PronounPal is a perfect companion.

Experience the web in a new, more inclusive way with PronounPal. Install it today and join us in promoting gender neutrality one webpage at a time!                    

확장 프로그램 기본 정보

이름 Pronoun Pal Pronoun Pal
ID igjakjamlajfpoccceeccmdnmgnmepba
공식 URL https://chromewebstore.google.com/detail/pronoun-pal/igjakjamlajfpoccceeccmdnmgnmepba
설명 PronounPal modifies the gendered pronouns "he/him" and "she/her" on any webpage and replacing them with the gender-neutral…
파일 크기 8.01 KB
설치 횟수 56
현재 버전 4.0
최근 업데이트 2023-05-18
출시 날짜 2023-05-16
평점 5.00/5 총 1 개의 평점
개발자 martyzatarain
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pronoun Pal",
    "version": "4.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}