Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Что такое Wordifi?
Wordifi - это расширение Chrome, разработанное https://www.wordifi.com, и его основная функция - "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".
Снимки экрана расширения
Скачать файл CRX расширения Wordifi
Скачайте файлы расширений Wordifi в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
Официальный URL | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
Описание | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
Размер файла | 13.43 KB |
Количество установок | 146 |
Текущая Версия | 1.1 |
Последнее Обновление | 2016-02-27 |
Дата публикации | 2016-02-27 |
Рейтинг | 3.40/5 Всего 5 оценок |
Разработчик | https://www.wordifi.com |
Тип оплаты | free |
Официальный сайт расширения | https://www.wordifi.com |
Поддерживаемые языки | 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" } } |