GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
What is GREasy?
GREasy is a Chrome extension developed by Mia, and its main feature is "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".
Extension Screenshots
Download GREasy Extension CRX File
Download GREasy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | GREasy |
ID | pedifiapenalpkagkooipookjdmgaalp |
Official URL | https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp |
Description | This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded. |
File Size | 524 KB |
Installation Count | 47 |
Current Version | 1.0 |
Last Updated | 2019-09-03 |
Publish Date | 2019-09-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mia |
Payment Type | free |
Supported Languages | 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" ] } ] } |