Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Hvad er Wordifi?
Wordifi er en Chrome-udvidelse udviklet af https://www.wordifi.com, og dens hovedfunktion er "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".
Udvidelsesskærmbilleder
Download Wordifi-udvidelses-CRX-fil
Download Wordifi-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
Officiel URL | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
Beskrivelse | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
Filstørrelse | 13.43 KB |
Antal Installationer | 146 |
Nuværende Version | 1.1 |
Senest Opdateret | 2016-02-27 |
Udgivelsesdato | 2016-02-27 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | https://www.wordifi.com |
Betalingsmetode | free |
Udvidelseswebsted | https://www.wordifi.com |
Understøttede Sprog | 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" } } |