PronounDB
A browser extension that lets people know how to refer to each other on various places of the Internet
Cos'è PronounDB?
PronounDB è un'estensione di Chrome sviluppata da https://pronoundb.org, e la sua funzione principale è "A browser extension that lets people know how to refer to each other on various places of the Internet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PronounDB
Scarica i file di estensione PronounDB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | nblkbiljcjfemkfjnhoobnojjgjdmknf |
| URL Ufficiale | https://chromewebstore.google.com/detail/pronoundb/nblkbiljcjfemkfjnhoobnojjgjdmknf |
| Descrizione | A browser extension that lets people know how to refer to each other on various places of the Internet |
| Dimensione del File | 128 KB |
| Conteggio Installazioni | 3,667 |
| Versione Corrente | 0.14.1 |
| Ultimo Aggiornamento | 2023-06-03 |
| Data di Pubblicazione | 2020-12-19 |
| Valutazione | 4.50/5 Totale 14 Valutazioni |
| Sviluppatore | https://pronoundb.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://pronoundb.org |
| Lingue Supportate | 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": [
"*:\/\/*\/*"
]
}
]
} | |