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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ "*:\/\/*\/*" ] } ] } |