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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
            ]
        }
    ]
}