VocabBoost

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

VocabBoost क्या है?

VocabBoost because_curious द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your language learning. Make a language test out of any website: * Learn relevant vocabulary from stuff you love! * Make the…"।

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

screenshot

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

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

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

                        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.                    

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

नाम VocabBoost VocabBoost
ID obgbcamdmcdcenchjmhggocjabmnnaab
आधिकारिक URL https://chromewebstore.google.com/detail/vocabboost/obgbcamdmcdcenchjmhggocjabmnnaab
विवरण Boost your language learning. Make a language test out of any website: * Learn relevant vocabulary from stuff you love! * Make the…
फ़ाइल का आकार 90.57 KB
स्थापना संख्या 1,887
वर्तमान संस्करण 0.0.0.13
अंतिम अपडेट 2021-04-18
प्रकाशन तिथि 2021-02-04
रेटिंग 3.33/5 कुल 9 रेटिंग्स
डेवलपर because_curious
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vocabboost.online/
गोपनीयता नीति पृष्ठ URL https://snapsell.ai/privacy
समर्थित भाषाएँ 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}"
        }
    }
}