Spelling Bee Assistant

Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle

Spelling Bee Assistantคืออะไร?

Spelling Bee Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spelling-bee-assistant.app และคุณลักษณะหลักของมันคือ "Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spelling Bee Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Spelling Bee Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle. It’s packed with features that will boost your playing experience.

Follow your progress, see what lies ahead of you and if you want to, get a hint or two. Eventually, when you run out of ideas, reveal the missing words - no more waiting until the next day!

Spelling Bee Assistant is a great improvement for an already great game and it won’t spoil the fun. Promised!

Note: This extension doesn't collect personal data of any kind.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spelling Bee Assistant Spelling Bee Assistant
ID ncejlmlagglodbdmkfmgnadfnbhnjcpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spelling-bee-assistant/ncejlmlagglodbdmkfmgnadfnbhnjcpg
คำอธิบาย Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle
ขนาดไฟล์ 52.03 KB
จำนวนการติดตั้ง 1,041
เวอร์ชันปัจจุบัน 4.3.10
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2021-01-05
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://spelling-bee-assistant.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://spelling-bee-assistant.app/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spelling Bee Assistant",
    "description": "Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times\u2019 popular word puzzle",
    "homepage_url": "https:\/\/spelling-bee-assistant.app\/",
    "version": "4.3.10",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nytimes.com\/puzzles\/spelling-bee*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "spelling-bee-assistant.min.js"
            ],
            "matches": [
                "https:\/\/www.nytimes.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.nytimes.com\/*"
    ]
}