Spelling Bee Hints

Hints for the NYT Spelling Bee

Spelling Bee Hints क्या है?

Spelling Bee Hints https://spellingbeehints.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hints for the NYT Spelling Bee"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Spelling Bee Hints एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Get hints while you're working on the daily spelling bee. See counts of word lengths, beginnings and pangrams. Also shows pangram synonyms. Track your progress, and now this version turns off the flashing cursor when the window is not active.                    

एक्सटेंशन की मूल जानकारी

नाम Spelling Bee Hints Spelling Bee Hints
ID mfcgmhobngkmmdcpjmnkdaomjkeogikn
आधिकारिक URL https://chromewebstore.google.com/detail/spelling-bee-hints/mfcgmhobngkmmdcpjmnkdaomjkeogikn
विवरण Hints for the NYT Spelling Bee
फ़ाइल का आकार 26.26 KB
स्थापना संख्या 48
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-01-13
प्रकाशन तिथि 2022-02-12
डेवलपर https://spellingbeehints.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://spellingbeehints.com
सहायता पृष्ठ URL https://spellingbeehints.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Chrish",
    "description": "Hints for the NYT Spelling Bee",
    "manifest_version": 3,
    "name": "Spelling Bee Hints",
    "version": "1.3",
    "permissions": [
        "declarativeContent",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.nytimes.com\/puzzles\/spelling-bee",
        "https:\/\/spellingbeehints.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/hints-16.png",
            "24": "icons\/hints-24.png",
            "32": "icons\/hints-32.png",
            "48": "icons\/hints-48.png",
            "64": "icons\/hints-64.png",
            "128": "icons\/hints-128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Spelling Bee Hints"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nytimes.com\/puzzles\/spelling-bee",
                "https:\/\/www.nytimes.com\/puzzles\/spelling-bee?*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/hints-16.png",
        "24": "icons\/hints-24.png",
        "32": "icons\/hints-32.png",
        "48": "icons\/hints-48.png",
        "64": "icons\/hints-64.png",
        "128": "icons\/hints-128.png"
    }
}