Spelling Bee Hints

Hints for the NYT Spelling Bee

什么是Spelling Bee Hints?

Spelling Bee Hints是由https://spellingbeehints.com开发的Chrome扩展程序,该扩展的主要功能是“Hints for the NYT Spelling Bee”。

扩展截图

screenshot
screenshot
screenshot

下载Spelling Bee Hints扩展crx文件

下载Spelling Bee Hints扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}