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 |
官方網址 | 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" } } |