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是由https://www.wordifi.com开发的Chrome扩展程序,该扩展的主要功能是“Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.”。
扩展截图
下载Wordifi扩展crx文件
下载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" } } |