Irregular Verb Finder
Find forms of irregular verb you need
ما هو Irregular Verb Finder؟
Irregular Verb Finder هو إضافة Chrome تم تطويرها بواسطة Sergey Rastrigin، والميزة الرئيسية لها هي "Find forms of irregular verb you need".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Irregular Verb Finder
قم بتنزيل ملفات الامتداد Irregular Verb Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | fkfjpifnklldcfkhcffdkabmpjcpnmmd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/irregular-verb-finder/fkfjpifnklldcfkhcffdkabmpjcpnmmd |
الوصف | Find forms of irregular verb you need |
حجم الملف | 1.27 MB |
عدد التثبيتات | 121 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-07-19 |
تاريخ النشر | 2016-07-19 |
تقييم | 2.00/5 مجموع تقييمات 4 |
المطور | Sergey Rastrigin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Irregular Verb Finder", "description": "Find forms of irregular verb you need", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html", "default_title": "Irregular Verb Finder" }, "author": "Sergey Rastrigin", "options_page": "option.html", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |