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
公式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
Eメール [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"
    }
}