Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Co je Wordifi?
Wordifi je rozšíření Chrome vyvinuté https://www.wordifi.com, a jeho hlavní funkcí je „Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wordifi
Stáhněte si soubory rozšíření Wordifi ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
Oficiální URL | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
Popis | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
Velikost souboru | 13.43 KB |
Počet instalací | 146 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-02-27 |
Datum Vydání | 2016-02-27 |
Hodnocení | 3.40/5 Celkem 5 Hodnocení |
Vývojář | https://www.wordifi.com |
Typ Platby | free |
Webové stránky Rozšíření | https://www.wordifi.com |
Podporované Jazyky | 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" } } |