Wordifi

Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.

Wat is Wordifi?

Wordifi is een Chrome-extensie ontwikkeld door https://www.wordifi.com, en de belangrijkste functie is "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wordifi

Download Wordifi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wordifi Wordifi
ID ihplfpboonpgpbbiiamgkikggkkeedid
Officiële URL https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid
Beschrijving Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Bestandsgrootte 13.43 KB
Aantal Installaties 146
Huidige Versie 1.1
Laatst Bijgewerkt 2016-02-27
Publicatiedatum 2016-02-27
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.wordifi.com
Betalingswijze free
Extensiewebsite https://www.wordifi.com
Ondersteunde Talen 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"
    }
}