GRE Practice

Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…

GRE Practice क्या है?

GRE Practice Vivek Nayak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GRE Practice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when you open a new chrome tab. Switch to study mode and guess the meaning of the word to judge your understanding. Choose between 3 difficulty levels to suit your need.                    

एक्सटेंशन की मूल जानकारी

नाम GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
आधिकारिक URL https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
विवरण Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…
फ़ाइल का आकार 1.86 MB
स्थापना संख्या 21
वर्तमान संस्करण 0.1
अंतिम अपडेट 2021-07-18
प्रकाशन तिथि 2021-07-17
रेटिंग 4.71/5 कुल 7 रेटिंग्स
डेवलपर Vivek Nayak
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GRE Practice",
    "version": "0.1",
    "permissions": [],
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "gre_icon.png"
        }
    }
}