PronounDB
A browser extension that lets people know how to refer to each other on various places of the Internet
O que é PronounDB?
PronounDB é uma extensão do Chrome desenvolvida por https://pronoundb.org, e sua principal característica é "A browser extension that lets people know how to refer to each other on various places of the Internet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PronounDB
Baixe arquivos de extensão PronounDB 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
PronounDB is a browser extension that helps people know each other's pronouns easily and instantly. Whether hanging out on a Twitch chat, or on any of the supported platforms, PronounDB will make your life easier. Plus, PronounDB is entirely open-source (BSD-3-Clause) at https://github.com/cyyynthia/pronoundb.org!
Informações Básicas da Extensão
Nome | PronounDB |
ID | nblkbiljcjfemkfjnhoobnojjgjdmknf |
URL Oficial | https://chromewebstore.google.com/detail/pronoundb/nblkbiljcjfemkfjnhoobnojjgjdmknf |
Descrição | A browser extension that lets people know how to refer to each other on various places of the Internet |
Tamanho do Arquivo | 128 KB |
Contagem de Instalações | 3,667 |
Versão Atual | 0.14.1 |
Última Atualização | 2023-06-03 |
Data de Publicação | 2020-12-19 |
Classificação | 4.50/5 Total de 14 Avaliações |
Desenvolvedor | https://pronoundb.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pronoundb.org |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PronounDB", "description": "A browser extension that lets people know how to refer to each other on various places of the Internet", "version": "0.14.1", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/*.pronoundb.org\/*" ], "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/pronoundb.org;" }, "background": { "service_worker": "assets\/worker-d5d1a86d.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/wrapper-6bf10a51.js" ], "matches": [ "https:\/\/*.discord.com\/*", "https:\/\/*.github.com\/*", "https:\/\/*.modrinth.com\/*", "https:\/\/*.twitch.tv\/*", "https:\/\/*.twitter.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/extension-2be14f4c.js", "assets\/runtime-234878f2.js", "assets\/index-7e0276a3.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |