Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Cos'è Wordifi?
Wordifi è un'estensione di Chrome sviluppata da https://www.wordifi.com, e la sua funzione principale è "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wordifi
Scarica i file di estensione Wordifi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
URL Ufficiale | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
Descrizione | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
Dimensione del File | 13.43 KB |
Conteggio Installazioni | 146 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-02-27 |
Data di Pubblicazione | 2016-02-27 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | https://www.wordifi.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.wordifi.com |
Lingue Supportate | 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" } } |