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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
        ]
    }
}