Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Qu'est-ce que Wordifi ?
Wordifi est une extension Chrome développée par https://www.wordifi.com, et sa fonction principale est "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wordifi
Téléchargez les fichiers d'extension Wordifi 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
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word type games - and it's lightning fast.
Informations de Base sur l'Extension
Nom | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
URL Officiel | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
Description | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
Taille du Fichier | 13.43 KB |
Nombre d'Installations | 146 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-02-27 |
Date de Publication | 2016-02-27 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | https://www.wordifi.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.wordifi.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wordifi", "description": "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.", "version": "1.1", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.wordifi.com\/*" ] }, "browser_action": { "default_icon": "img\/icon_24.png" } } |