GREasy

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

O que é GREasy?

GREasy é uma extensão do Chrome desenvolvida por Mia, e sua principal característica é "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GREasy

Baixe arquivos de extensão GREasy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome GREasy GREasy
ID pedifiapenalpkagkooipookjdmgaalp
URL Oficial https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp
Descrição This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Tamanho do Arquivo 524 KB
Contagem de Instalações 47
Versão Atual 1.0
Última Atualização 2019-09-03
Data de Publicação 2019-09-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Mia
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}