PronounDB
A browser extension that lets people know how to refer to each other on various places of the Internet
Qu'est-ce que PronounDB ?
PronounDB est une extension Chrome développée par https://pronoundb.org, et sa fonction principale est "A browser extension that lets people know how to refer to each other on various places of the Internet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PronounDB
Téléchargez les fichiers d'extension PronounDB au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | PronounDB |
ID | nblkbiljcjfemkfjnhoobnojjgjdmknf |
URL Officiel | https://chromewebstore.google.com/detail/pronoundb/nblkbiljcjfemkfjnhoobnojjgjdmknf |
Description | A browser extension that lets people know how to refer to each other on various places of the Internet |
Taille du Fichier | 128 KB |
Nombre d'Installations | 3,667 |
Version Actuelle | 0.14.1 |
Dernière Mise à Jour | 2023-06-03 |
Date de Publication | 2020-12-19 |
Évaluation | 4.50/5 Total 14 Évaluations |
Développeur | https://pronoundb.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pronoundb.org |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } ] } |