GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
ما هو GREasy؟
GREasy هو إضافة Chrome تم تطويرها بواسطة Mia، والميزة الرئيسية لها هي "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GREasy
قم بتنزيل ملفات الامتداد GREasy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you struggling with the GRE verbal section? This extension is for you! It displays a high-frequency GRE word and the meaning before a webpage is loaded, enabling you to learn GRE vocabulary while surfing the internet. Every second counts during the exam preparation stage. Let the effectiveness and efficiency start with using this extension!
معلومات أساسية عن التمديد
الاسم | GREasy |
ID | pedifiapenalpkagkooipookjdmgaalp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp |
الوصف | This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded. |
حجم الملف | 524 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-09-03 |
تاريخ النشر | 2019-09-01 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Mia |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GREasy", "short_name": "GREasy", "description": "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.", "version": "1.0", "author": "Mingming Zhang", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "myScript.js" ], "css": [ "myCss.css" ] } ] } |