Spelling Bee Hints

Hints for the NYT Spelling Bee

Spelling Bee Hints là gì?

Spelling Bee Hints là một tiện ích mở rộng Chrome được phát triển bởi https://spellingbeehints.com, và tính năng chính của nó là "Hints for the NYT Spelling Bee".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Spelling Bee Hints 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

                        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.                    

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

Tên Spelling Bee Hints Spelling Bee Hints
ID mfcgmhobngkmmdcpjmnkdaomjkeogikn
URL Chính Thức https://chromewebstore.google.com/detail/spelling-bee-hints/mfcgmhobngkmmdcpjmnkdaomjkeogikn
Mô tả Hints for the NYT Spelling Bee
Kích Thước Tệp 26.26 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-01-13
Ngày Phát Hành 2022-02-12
Nhà Phát Triển https://spellingbeehints.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://spellingbeehints.com
URL Trang Trợ Giúp https://spellingbeehints.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}