GREasy

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

Co to jest GREasy?

GREasy to rozszerzenie Chrome opracowane przez Mia, a jego główną funkcją jest „This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GREasy

Pobierz pliki rozszerzeń GREasy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa GREasy GREasy
ID pedifiapenalpkagkooipookjdmgaalp
Oficjalny URL https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp
Opis This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Rozmiar pliku 524 KB
Liczba instalacji 47
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-09-03
Data Publikacji 2019-09-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Mia
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}