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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |