Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Was ist Wordifi?
Wordifi ist eine Chrome-Erweiterung, die von https://www.wordifi.com entwickelt wurde, und ihr Hauptmerkmal ist "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".
Erweiterungsscreenshots
Wordifi-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wordifi-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
Offizielle URL | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
Beschreibung | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
Dateigröße | 13.43 KB |
Installationsanzahl | 146 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-02-27 |
Veröffentlichungsdatum | 2016-02-27 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | https://www.wordifi.com |
Zahlungsart | free |
Erweiterungswebsite | https://www.wordifi.com |
Unterstützte Sprachen | 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" } } |