Wordler
A helpful tool to solve that tricky wordle!
What is Wordler?
Wordler is a Chrome extension developed by keshav2509, and its main feature is "A helpful tool to solve that tricky wordle!".
Extension Screenshots
Download Wordler Extension CRX File
Download Wordler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use the wordle itself or the letters which the wordle may have and the letters which aren't a part of the wordle to hunt down the word. Find your word based on the letters you know are present, their location and letters which aren't the part of the wordle. This extension can be used not only for the official wordle but many other versions of wordle and other games like scrabble etc.
Extension Basic Information
Name | Wordler |
ID | dfjikdhfbbohmofcbiofdbjgmgdjmnhe |
Official URL | https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe |
Description | A helpful tool to solve that tricky wordle! |
File Size | 243 KB |
Installation Count | 14,704 |
Current Version | 0.5.0 |
Last Updated | 2023-02-22 |
Publish Date | 2022-02-02 |
Rating | 3.27/5 Total 15 Ratings |
Developer | keshav2509 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordler", "description": "A helpful tool to solve that tricky wordle!", "version": "0.5.0", "manifest_version": 3, "permissions": [], "icons": { "96": "wordler_96.png", "128": "wordler.png" }, "action": { "default_popup": "popup.html" }, "options_page": "options.html" } |