Crossword King
A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
Was ist Crossword King?
Crossword King ist eine Chrome-Erweiterung, die von https://crosswordking.com entwickelt wurde, und ihr Hauptmerkmal ist "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.".
Erweiterungsscreenshots
Crossword King-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crossword King-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mhldnajeonjoienkdiaimamnoiocbaoa |
Offizielle URL | https://chrome.google.com/webstore/detail/crossword-king/mhldnajeonjoienkdiaimamnoiocbaoa |
Beschreibung | A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists. |
Dateigröße | 19.41 KB |
Installationsanzahl | 605 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2018-11-25 |
Veröffentlichungsdatum | 2018-11-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://crosswordking.com |
Zahlungsart | free |
Erweiterungswebsite | https://crosswordking.com |
Hilfeseite URL | https://crosswordking.com |
Unterstützte Sprachen | 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" ] } } |