New Tab GRE

Learn a random GRE word everytime you open a new tab

Cos'è New Tab GRE?

New Tab GRE è un'estensione di Chrome sviluppata da Rohit Gandhi, e la sua funzione principale è "Learn a random GRE word everytime you open a new tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione New Tab GRE

Scarica i file di estensione New Tab GRE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Every time you open a new tab, it will display a random GRE word with its meaning. These words are chosen from a list of high frequency GRE words. 

This is an open source plugin, if you have suggested edits to the word list or it's meaning, you can submit them via pull request here https://tinyurl.com/NewTabGRE

Good Luck !!                    

Informazioni di Base sull'Estensione

Nome New Tab GRE New Tab GRE
ID bkddfbmbmeokaebfmhacebieokjggaoh
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-gre/bkddfbmbmeokaebfmhacebieokjggaoh
Descrizione Learn a random GRE word everytime you open a new tab
Dimensione del File 175 KB
Conteggio Installazioni 305
Versione Corrente 0.5
Ultimo Aggiornamento 2022-04-14
Data di Pubblicazione 2015-01-26
Valutazione 4.27/5 Totale 15 Valutazioni
Sviluppatore Rohit Gandhi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tinyurl.com/NewTabGRE
URL della Pagina di Aiuto https://tinyurl.com/NewTabGRE
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Tab GRE",
    "version": "0.5",
    "description": "Learn a random GRE word everytime you open a new tab",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": [],
    "short_name": "GRE New tab",
    "author": "Rohit Gandhi"
}