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.

Qu'est-ce que Word Generator ?

Word Generator est une extension Chrome développée par https://wordgenerator.org, et sa fonction principale est "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Word Generator

Téléchargez les fichiers d'extension Word Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Word Generator Word Generator
ID fohkfdehbpijfjnhemdbkngpdhkemaoj
URL Officiel https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj
Description Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.
Taille du Fichier 9.84 KB
Nombre d'Installations 157
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-11-06
Date de Publication 2018-11-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://wordgenerator.org
Type de Paiement free
Site Web de l'Extension https://wordgenerator.org
URL de la Page d'Aide https://wordgenerator.org
Langues Prises en Charge 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"
        ]
    }
}