GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
Τι είναι το GREasy;
Το GREasy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mia, και η κύρια λειτουργία του είναι "This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GREasy
Λήψη αρχείων επέκτασης GREasy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | GREasy |
ID | pedifiapenalpkagkooipookjdmgaalp |
Επίσημο URL | https://chromewebstore.google.com/detail/greasy/pedifiapenalpkagkooipookjdmgaalp |
Περιγραφή | This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded. |
Μέγεθος Αρχείου | 524 KB |
Αριθμός Εγκαταστάσεων | 47 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-09-03 |
Ημερομηνία Δημοσίευσης | 2019-09-01 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Mia |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |