Word Generator

Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.

什么是Word Generator?

Word Generator是由https://wordgenerator.org开发的Chrome扩展程序,该扩展的主要功能是“Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.”。

扩展截图

screenshot

下载Word Generator扩展crx文件

下载Word Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A comprehensive website where you can find words, unscramble letters and their definitions.                    

扩展基本信息

名称 Word Generator Word Generator
ID fohkfdehbpijfjnhemdbkngpdhkemaoj
官方URL https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj
简介 Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.
文件大小 9.84 KB
安装次数 157
当前版本 1.0.1
更新时间 2018-11-06
上架时间 2018-11-06
评分 5.00/5 共1次评分
开发者 https://wordgenerator.org
付费类型 free
扩展官网 https://wordgenerator.org
帮助页面URL https://wordgenerator.org
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Generator",
    "version": "1.0.1",
    "description": "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.",
    "homepage_url": "https:\/\/wordgenerator.org\/",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}