GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Vad är GREasy?
GREasy är en Chrome-tillägg utvecklad av Mia, och dess huvudfunktion är "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".
Tilläggsskärmbilder
Ladda ner GREasy-förlängningens CRX-fil
Ladda ner GREasy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | GREasy |
ID | pedifiapenalpkagkooipookjdmgaalp |
Officiell webbadress | https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp |
Beskrivning | This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded. |
Filstorlek | 524 KB |
Antal Installationer | 47 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-09-03 |
Publiceringsdatum | 2019-09-01 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Mia |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |