Word Finder
Quick unscrambler that you can use to find words that can be written in specific letters.
Word Finderとは何ですか?
Word Finderはhttps://wordfinder.onlineによって開発されたChromeの拡張機能で、その主な機能は「Quick unscrambler that you can use to find words that can be written in specific letters.」です。
拡張機能のスクリーンショット
Word Finder拡張機能のCRXファイルをダウンロード
Word Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The magical power of anagrams. Are you a fan of Anagram? Then you've come to the right address. Word unscrambler helps you solve different word problems, anagrams are one of them. This section will help to derive new words by replacing the letters.
拡張機能の基本情報
名前 | Word Finder |
ID | ldghbkpojoachhbjigmapkkllklnlpld |
公式URL | https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld |
説明 | Quick unscrambler that you can use to find words that can be written in specific letters. |
ファイルサイズ | 10.31 KB |
インストール数 | 35 |
現在のバージョン | 1.0 |
最終更新日 | 2021-03-18 |
公開日 | 2020-11-25 |
開発者 | https://wordfinder.online |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://wordfinder.online/ |
ヘルプページのURL | https://wordfinder.online/contact |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Finder", "version": "1.0", "manifest_version": 2, "description": "Quick unscrambler that you can use to find words that can be written in specific letters.", "icons": { "16": "icon.png", "128": "icon_128.png" }, "homepage_url": "https:\/\/wordfinder.online", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ] } } |