Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Co to jest Wordifi?
Wordifi to rozszerzenie Chrome opracowane przez https://www.wordifi.com, a jego główną funkcją jest „Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wordifi
Pobierz pliki rozszerzeń Wordifi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
Oficjalny URL | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
Opis | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
Rozmiar pliku | 13.43 KB |
Liczba instalacji | 146 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-02-27 |
Data Publikacji | 2016-02-27 |
Ocena | 3.40/5 Łącznie 5 Oceny |
Deweloper | https://www.wordifi.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.wordifi.com |
Obsługiwane Języki | 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" } } |