PronounDB
A browser extension that lets people know how to refer to each other on various places of the Internet
PronounDBとは何ですか?
PronounDBはhttps://pronoundb.orgによって開発されたChromeの拡張機能で、その主な機能は「A browser extension that lets people know how to refer to each other on various places of the Internet」です。
拡張機能のスクリーンショット
PronounDB拡張機能のCRXファイルをダウンロード
PronounDB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| ID | nblkbiljcjfemkfjnhoobnojjgjdmknf |
| 公式URL | https://chromewebstore.google.com/detail/pronoundb/nblkbiljcjfemkfjnhoobnojjgjdmknf |
| 説明 | A browser extension that lets people know how to refer to each other on various places of the Internet |
| ファイルサイズ | 128 KB |
| インストール数 | 3,667 |
| 現在のバージョン | 0.14.1 |
| 最終更新日 | 2023-06-03 |
| 公開日 | 2020-12-19 |
| 評価 | 4.50/5 合計 14 レビュー |
| 開発者 | https://pronoundb.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pronoundb.org |
| 対応言語 | 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": [
"*:\/\/*\/*"
]
}
]
} | |