Crossword King
A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
Qu'est-ce que Crossword King ?
Crossword King est une extension Chrome développée par https://crosswordking.com, et sa fonction principale est "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crossword King
Téléchargez les fichiers d'extension Crossword King au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mhldnajeonjoienkdiaimamnoiocbaoa |
URL Officiel | 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. |
Taille du Fichier | 19.41 KB |
Nombre d'Installations | 605 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-11-25 |
Date de Publication | 2018-11-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://crosswordking.com |
Type de Paiement | free |
Site Web de l'Extension | https://crosswordking.com |
URL de la Page d'Aide | https://crosswordking.com |
Langues Prises en Charge | 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" ] } } |