Wordifi

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

Vad är Wordifi?

Wordifi är en Chrome-tillägg utvecklad av https://www.wordifi.com, och dess huvudfunktion är "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".

Tilläggsskärmbilder

screenshot

Ladda ner Wordifi-förlängningens CRX-fil

Ladda ner Wordifi-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Wordifi Wordifi
ID ihplfpboonpgpbbiiamgkikggkkeedid
Officiell webbadress https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid
Beskrivning Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Filstorlek 13.43 KB
Antal Installationer 146
Aktuell Version 1.1
Senast Uppdaterad 2016-02-27
Publiceringsdatum 2016-02-27
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare https://www.wordifi.com
Betalningssätt free
Tilläggswebbplats https://www.wordifi.com
Stödda Språk 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"
    }
}