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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that lets people know how to refer to each other on various places of the Internet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PronounDB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}