GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Was ist GREasy?
GREasy ist eine Chrome-Erweiterung, die von Mia entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".
Erweiterungsscreenshots
GREasy-Erweiterungs-CRX-Datei herunterladen
Laden Sie GREasy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | GREasy |
ID | pedifiapenalpkagkooipookjdmgaalp |
Offizielle URL | https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp |
Beschreibung | This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded. |
Dateigröße | 524 KB |
Installationsanzahl | 47 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-09-03 |
Veröffentlichungsdatum | 2019-09-01 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Mia |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |