Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
ما هو Wordifi؟
Wordifi هو إضافة Chrome تم تطويرها بواسطة https://www.wordifi.com، والميزة الرئيسية لها هي "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wordifi
قم بتنزيل ملفات الامتداد Wordifi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word type games - and it's lightning fast.
معلومات أساسية عن التمديد
الاسم | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
الوصف | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
حجم الملف | 13.43 KB |
عدد التثبيتات | 146 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-02-27 |
تاريخ النشر | 2016-02-27 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | https://www.wordifi.com |
نوع الدفع | free |
موقع الإضافة | https://www.wordifi.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wordifi", "description": "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.", "version": "1.1", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.wordifi.com\/*" ] }, "browser_action": { "default_icon": "img\/icon_24.png" } } |