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.
Cos'è Word Generator?
Word Generator è un'estensione di Chrome sviluppata da https://wordgenerator.org, e la sua funzione principale è "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Word Generator
Scarica i file di estensione Word Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A comprehensive website where you can find words, unscramble letters and their definitions.
Informazioni di Base sull'Estensione
Nome | |
ID | fohkfdehbpijfjnhemdbkngpdhkemaoj |
URL Ufficiale | https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj |
Descrizione | Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more. |
Dimensione del File | 9.84 KB |
Conteggio Installazioni | 157 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-11-06 |
Data di Pubblicazione | 2018-11-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://wordgenerator.org |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://wordgenerator.org |
URL della Pagina di Aiuto | https://wordgenerator.org |
Lingue Supportate | 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" ] } } |