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文件

下載Pronoun Pal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}