Vocabulary Everyday

Learn Vocabulary Everywhere, Anytime

Cos'è Vocabulary Everyday?

Vocabulary Everyday è un'estensione di Chrome sviluppata da Innoria Solution, e la sua funzione principale è "Learn Vocabulary Everywhere, Anytime".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vocabulary Everyday

Scarica i file di estensione Vocabulary Everyday 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

                                            

Informazioni di Base sull'Estensione

Nome Vocabulary Everyday Vocabulary Everyday
ID ebinibnpfccjjjjfejkgenoloamanelh
URL Ufficiale https://chromewebstore.google.com/detail/vocabulary-everyday/ebinibnpfccjjjjfejkgenoloamanelh
Descrizione Learn Vocabulary Everywhere, Anytime
Dimensione del File 38.46 KB
Conteggio Installazioni 40
Versione Corrente 2
Ultimo Aggiornamento 2015-03-17
Data di Pubblicazione 2015-03-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Innoria Solution
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocabulary Everyday",
    "description": "Learn Vocabulary Everywhere, Anytime",
    "version": "2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "vocab.css"
            ]
        }
    ]
}