GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Wat is GREasy?
GREasy is een Chrome-extensie ontwikkeld door Mia, en de belangrijkste functie is "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".
Extensie Screenshots
Download het CRX-bestand van de extensie GREasy
Download GREasy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | GREasy |
ID | pedifiapenalpkagkooipookjdmgaalp |
Officiële URL | https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp |
Beschrijving | This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded. |
Bestandsgrootte | 524 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-09-03 |
Publicatiedatum | 2019-09-01 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Mia |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |