GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Cos'è GREasy?
GREasy è un'estensione di Chrome sviluppata da Mia, e la sua funzione principale è "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GREasy
Scarica i file di estensione GREasy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | GREasy |
ID | pedifiapenalpkagkooipookjdmgaalp |
URL Ufficiale | https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp |
Descrizione | This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded. |
Dimensione del File | 524 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-09-03 |
Data di Pubblicazione | 2019-09-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Mia |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |