GREasy

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

Co je GREasy?

GREasy je rozšíření Chrome vyvinuté Mia, a jeho hlavní funkcí je „This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GREasy

Stáhněte si soubory rozšíření GREasy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název GREasy GREasy
ID pedifiapenalpkagkooipookjdmgaalp
Oficiální URL https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp
Popis This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Velikost souboru 524 KB
Počet instalací 47
Aktuální Verze 1.0
Poslední Aktualizace 2019-09-03
Datum Vydání 2019-09-01
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Mia
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}