GREasy

This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.

GREasy là gì?

GREasy là một tiện ích mở rộng Chrome được phát triển bởi Mia, và tính năng chính của nó là "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GREasy

Tải xuống các tệp mở rộng GREasy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GREasy GREasy
ID pedifiapenalpkagkooipookjdmgaalp
URL Chính Thức https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp
Mô tả This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Kích Thước Tệp 524 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-09-03
Ngày Phát Hành 2019-09-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mia
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}