PronounDB
A browser extension that lets people know how to refer to each other on various places of the Internet
PronounDBคืออะไร?
PronounDB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pronoundb.org และคุณลักษณะหลักของมันคือ "A browser extension that lets people know how to refer to each other on various places of the Internet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PronounDB
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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": [ "*:\/\/*\/*" ] } ] } |