GREasy
This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.
什麼是GREasy?
GREasy是由Mia開發的Chrome擴展程式,該擴展的主要功能是“This extension displays a high-frequency GRE word and the meaning before a webpage is fully loaded.”。
擴展截圖
下載GREasy擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |