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 هو إضافة Chrome تم تطويرها بواسطة https://wordgenerator.org، والميزة الرئيسية لها هي "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Word Generator
قم بتنزيل ملفات الامتداد Word Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A comprehensive website where you can find words, unscramble letters and their definitions.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" ] } } |