Crossword King
A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
What is Crossword King?
Crossword King is a Chrome extension developed by https://crosswordking.com, and its main feature is "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.".
Extension Screenshots
Download Crossword King Extension CRX File
Download Crossword King 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
Crossword King is the most comprehensive website for cruciverbalists who are looking for crossword solver, anagram solver and word finder. You can add any scrambled letters and find different word combinations which can then be used for many popular word games.
Extension Basic Information
Name | |
ID | mhldnajeonjoienkdiaimamnoiocbaoa |
Official URL | https://chrome.google.com/webstore/detail/crossword-king/mhldnajeonjoienkdiaimamnoiocbaoa |
Description | A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists. |
File Size | 19.41 KB |
Installation Count | 605 |
Current Version | 1.0.0 |
Last Updated | 2018-11-25 |
Publish Date | 2018-11-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://crosswordking.com |
Payment Type | free |
Extension Website | https://crosswordking.com |
Help Page URL | https://crosswordking.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crossword King", "version": "1.0.0", "description": "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.", "homepage_url": "https:\/\/crosswordking.com\/", "icons": { "16": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ] } } |