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!
擴展基本資訊
名稱 | PronounDB |
ID | nblkbiljcjfemkfjnhoobnojjgjdmknf |
官方網址 | 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 |
電子郵箱 | [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": [ "*:\/\/*\/*" ] } ] } |