Pronoun Pal

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

O que é Pronoun Pal?

Pronoun Pal é uma extensão do Chrome desenvolvida por martyzatarain, e sua principal característica é "PronounPal modifies the gendered pronouns "he/him" and "she/her" on any webpage and replacing them with the gender-neutral…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pronoun Pal

Baixe arquivos de extensão Pronoun Pal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Pronoun Pal Pronoun Pal
ID igjakjamlajfpoccceeccmdnmgnmepba
URL Oficial https://chromewebstore.google.com/detail/pronoun-pal/igjakjamlajfpoccceeccmdnmgnmepba
Descrição PronounPal modifies the gendered pronouns "he/him" and "she/her" on any webpage and replacing them with the gender-neutral…
Tamanho do Arquivo 8.01 KB
Contagem de Instalações 56
Versão Atual 4.0
Última Atualização 2023-05-18
Data de Publicação 2023-05-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor martyzatarain
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}