GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Qu'est-ce que GREasy ?
GREasy est une extension Chrome développée par Mia, et sa fonction principale est "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GREasy
Téléchargez les fichiers d'extension GREasy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | GREasy |
ID | pedifiapenalpkagkooipookjdmgaalp |
URL Officiel | 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. |
Taille du Fichier | 524 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-09-03 |
Date de Publication | 2019-09-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Mia |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |