Spelling Bee Hints
Hints for the NYT Spelling Bee
Spelling Bee Hintsคืออะไร?
Spelling Bee Hints เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spellingbeehints.com และคุณลักษณะหลักของมันคือ "Hints for the NYT Spelling Bee"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spelling Bee Hints
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |