Wordle
Play Wordle whenever you want with this popup chrome extension
Wordleとは何ですか?
WordleはPopup Gamesによって開発されたChromeの拡張機能で、その主な機能は「Play Wordle whenever you want with this popup chrome extension」です。
拡張機能のスクリーンショット
Wordle拡張機能のCRXファイルをダウンロード
Wordle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Guess the Wordle in six tries. Each guess must be a valid five-letter word. Hit the enter button to submit. After each guess, the color of the tiles will change. Yellow means the letter is in the word but not in that position, green means that letter is in the word and in the correct position. This game is a popup chrome extension, click on the extension's icon to open a popup window.
拡張機能の基本情報
名前 | Wordle |
ID | dfendghlbhoeiffhplkcdlcelabelkhe |
公式URL | https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe |
説明 | Play Wordle whenever you want with this popup chrome extension |
ファイルサイズ | 99.8 KB |
インストール数 | 805 |
現在のバージョン | 1.0 |
最終更新日 | 2022-03-16 |
公開日 | 2022-03-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Popup Games |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wordle", "short_name": "The Word Game", "version": "1.0", "description": "Play Wordle whenever you want with this popup chrome extension", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "offline_enabled": true, "action": { "default_title": "Wordle", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "\/wordle\/index.html" } } |