VocabBoost

Boost your language learning. Make a language test out of any website: * Learn relevant vocabulary from stuff you love! * Make the…

Cos'è VocabBoost?

VocabBoost è un'estensione di Chrome sviluppata da because_curious, e la sua funzione principale è "Boost your language learning. Make a language test out of any website: * Learn relevant vocabulary from stuff you love! * Make the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VocabBoost

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

                        Boost your language learning. Make a language test out of any website:
* Learn relevant vocabulary from stuff you love!
* Make the Internet your own exercise book!
* Learn new words on your own terms!

How to make a test:
1) Open a website
2) Select the text with your mouse
3) Right click
4) Choose "Make a test"
5) If you think the test is too hard, click "Show choices". You can drag the words into the test.
6) Once you are ready to grade, click "Check answers".
7) If you want to see all answers, click "Show answers".
8) To make a new test, please refresh the page.

This extension supports all languages (including Japanese, but excluding Chinese and Korean). 
This is a free beta version.
Please provide your feedback via https://vocabboost.online/feedback.                    

Informazioni di Base sull'Estensione

Nome VocabBoost VocabBoost
ID obgbcamdmcdcenchjmhggocjabmnnaab
URL Ufficiale https://chromewebstore.google.com/detail/vocabboost/obgbcamdmcdcenchjmhggocjabmnnaab
Descrizione Boost your language learning. Make a language test out of any website: * Learn relevant vocabulary from stuff you love! * Make the…
Dimensione del File 90.57 KB
Conteggio Installazioni 1,887
Versione Corrente 0.0.0.13
Ultimo Aggiornamento 2021-04-18
Data di Pubblicazione 2021-02-04
Valutazione 3.33/5 Totale 9 Valutazioni
Sviluppatore because_curious
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vocabboost.online/
URL della Pagina della Politica sulla Privacy https://snapsell.ai/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VocabBoost",
    "version": "0.0.0.13",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "controls_block.html"
    ],
    "background": {
        "scripts": [
            "glue.js",
            "options_util.js",
            "background.js",
            "tiny-segmenter\/tiny-segmenter-0.2.0.js",
            "corpora\/en_academic_word_list.js",
            "corpora\/en_new_academic_word_list.js",
            "corpora\/en_new_general_service_list.js",
            "content.js",
            "hot-reload.js"
        ],
        "css": [
            "style.css"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{f39f389c-bf88-4d31-90f4-914d7878a21e}"
        }
    }
}