Endless Wordle
Endless Wordle
Endless Wordleとは何ですか?
Endless WordleはNerdsによって開発されたChromeの拡張機能で、その主な機能は「Endless Wordle」です。
拡張機能のスクリーンショット
Endless Wordle拡張機能のCRXファイルをダウンロード
Endless Wordle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wordle Game. Play as many puzzles per day as you want.
* 4-8 letter puzzles
* 1-5 Difficulty scale
* Allow/Disallow duplicate letters 拡張機能の基本情報
| 名前 | |
| ID | fopahpnkbddlmndlmpjdkgapnefnlpcj |
| 公式URL | https://chromewebstore.google.com/detail/endless-wordle/fopahpnkbddlmndlmpjdkgapnefnlpcj |
| 説明 | Endless Wordle |
| ファイルサイズ | 4.55 MB |
| インストール数 | 1,838 |
| 現在のバージョン | 1.2.0.8 |
| 最終更新日 | 2023-06-29 |
| 公開日 | 2022-01-26 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Nerds |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Endless Wordle",
"version": "1.2.0.8",
"description": "Endless Wordle",
"author": "Brett Harris",
"action": {
"default_title": "Endless Wordle",
"default_icon": "wordle.png"
},
"background": {
"service_worker": "worker.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+W",
"mac": "Command+W"
}
}
},
"permissions": [],
"icons": {
"16": "wordle-16.png",
"48": "wordle-48.png",
"128": "wordle-128.png"
}
} | |