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" } } |