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