Word Finder
Quick unscrambler that you can use to find words that can be written in specific letters.
What is Word Finder?
Word Finder is a Chrome extension developed by https://wordfinder.online, and its main feature is "Quick unscrambler that you can use to find words that can be written in specific letters.".
Extension Screenshots
Download Word Finder Extension CRX File
Download Word Finder 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
The magical power of anagrams. Are you a fan of Anagram? Then you've come to the right address. Word unscrambler helps you solve different word problems, anagrams are one of them. This section will help to derive new words by replacing the letters.
Extension Basic Information
Name | Word Finder |
ID | ldghbkpojoachhbjigmapkkllklnlpld |
Official URL | https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld |
Description | Quick unscrambler that you can use to find words that can be written in specific letters. |
File Size | 10.31 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2021-03-18 |
Publish Date | 2020-11-25 |
Developer | https://wordfinder.online |
[email protected] | |
Payment Type | free |
Extension Website | https://wordfinder.online/ |
Help Page URL | https://wordfinder.online/contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Finder", "version": "1.0", "manifest_version": 2, "description": "Quick unscrambler that you can use to find words that can be written in specific letters.", "icons": { "16": "icon.png", "128": "icon_128.png" }, "homepage_url": "https:\/\/wordfinder.online", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ] } } |