PronounDB

A browser extension that lets people know how to refer to each other on various places of the Internet

PronounDB là gì?

PronounDB là một tiện ích mở rộng Chrome được phát triển bởi https://pronoundb.org, và tính năng chính của nó là "A browser extension that lets people know how to refer to each other on various places of the Internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PronounDB

Tải xuống các tệp mở rộng PronounDB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PronounDB PronounDB
ID nblkbiljcjfemkfjnhoobnojjgjdmknf
URL Chính Thức https://chromewebstore.google.com/detail/pronoundb/nblkbiljcjfemkfjnhoobnojjgjdmknf
Mô tả A browser extension that lets people know how to refer to each other on various places of the Internet
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 3,667
Phiên Bản Hiện Tại 0.14.1
Cập Nhật Lần Cuối 2023-06-03
Ngày Phát Hành 2020-12-19
Đánh Giá 4.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://pronoundb.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pronoundb.org
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}