Pervasive GRE

Highlight GRE vocabulary on any webpage.

Pervasive GRE là gì?

Pervasive GRE là một tiện ích mở rộng Chrome được phát triển bởi shengyiran, và tính năng chính của nó là "Highlight GRE vocabulary on any webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pervasive GRE

Tải xuống các tệp mở rộng Pervasive GRE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is a Chrome Extension designed to aid one's vocabulary building process, in a subtle manner. Pervasive GRE searches a webpage, and highlights words in the Barrons GRE 4,579 Wordlist, adding tooltips contain relevent definitions. In addition, Pervasive GRE also handles affixed words, extracting the correct word stem for your reference (Eg.: implied -> imply, liabilities -> liability). The goal is to bring to attention the new words you encountered in your daily surfing the net, turning leisure reading into pervasive learning opportunities.

Pervasive GRE works completely offline, with both build-in dictionary and spell checking. 

Though this app is designed with aiding GRE preperation as its goal, it certainly helps general English language learners as well.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pervasive GRE Pervasive GRE
ID oniippcgggpbkcdjekknhmoeambkohmn
URL Chính Thức https://chrome.google.com/webstore/detail/pervasive-gre/oniippcgggpbkcdjekknhmoeambkohmn
Mô tả Highlight GRE vocabulary on any webpage.
Kích Thước Tệp 793 KB
Số Lần Cài Đặt 2,368
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-03-08
Ngày Phát Hành 2013-03-08
Đánh Giá 4.33/5 Tổng số 73 Đánh Giá
Nhà Phát Triển shengyiran
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pervasive GRE",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Highlight GRE vocabulary on any webpage.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background_page": "background.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "\/assets\/base.css",
                "\/assets\/hint.min.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/dictionaries\/*"
    ]
}