Wordle Helper
A simple extension which provides suggestions for the game Wordle
ما هو Wordle Helper؟
Wordle Helper هو إضافة Chrome تم تطويرها بواسطة ianuany، والميزة الرئيسية لها هي "A simple extension which provides suggestions for the game Wordle".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wordle Helper
قم بتنزيل ملفات الامتداد Wordle Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this extension on Wordle - https://www.powerlanguage.co.uk/wordle/ to get suggestions on words to use while you play.
معلومات أساسية عن التمديد
الاسم | Wordle Helper |
ID | dladdminkijkbheckenoahkgmkmpembb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wordle-helper/dladdminkijkbheckenoahkgmkmpembb |
الوصف | A simple extension which provides suggestions for the game Wordle |
حجم الملف | 14.26 KB |
عدد التثبيتات | 125 |
النسخة الحالية | 2.0 |
آخر تحديث | 2022-03-02 |
تاريخ النشر | 2022-01-12 |
المطور | ianuany |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ianunay/wordle-helper |
عنوان صفحة المساعدة | https://github.com/ianunay/wordle-helper/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordle Helper", "description": "A simple extension which provides suggestions for the game Wordle", "version": "2.0", "manifest_version": 3, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "index.html", "default_icon": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.nytimes.com\/games\/wordle*" ], "js": [ "content-script.js", "wordle-dict.js" ] } ] } |