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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GREasy

ดาวน์โหลดไฟล์ส่วนขยาย GREasy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}