GREasy

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

什么是GREasy?

GREasy是由Mia开发的Chrome扩展程序,该扩展的主要功能是“This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.”。

扩展截图

screenshot

下载GREasy扩展crx文件

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