ЛЕКСИКА! - Russian Vocabulary Tool

This extension replaces certain English nouns on a webpage with their Russian equivalents.

Wat is ЛЕКСИКА! - Russian Vocabulary Tool?

ЛЕКСИКА! - Russian Vocabulary Tool is een Chrome-extensie ontwikkeld door Brendan, en de belangrijkste functie is "This extension replaces certain English nouns on a webpage with their Russian equivalents.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ЛЕКСИКА! - Russian Vocabulary Tool

Download ЛЕКСИКА! - Russian Vocabulary Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a simple extension to help you expand your Russian vocabulary. Once installed, the extension will automatically scan every website you visit for English-Russian pairs in its dictionary (currently contains over 800 word pairs) and swap in the Russian translations.

If a Russian word is giving you trouble, you can easily highlight it and right-click to have the English translation listed for you. You can also open up the extension menu to see the entire dictionary of words for that page, along with information on word gender and number. Extension settings allow you to change the density and difficulty of the Russian words used.

Sometimes you might want to quickly read a page in English if the Russian words are giving you trouble: simply press "Disable Once" in the extension's menu to switch the page back to the original English. Alternatively, if you want to prevent pages on a given website from ever being altered, just press "Disable Domain" in the extension menu.

The ONLY information stored by the extension is which sites you've chosen to disable it on. No ads, free forever, etc etc.

Version 1.6.1: minor bug-fixes with the right-click menu.                    

Basisinformatie over de Extensie

Naam ЛЕКСИКА! - Russian Vocabulary Tool ЛЕКСИКА! - Russian Vocabulary Tool
ID nhkfellofhhgdjhhlpmjpfkakobinldf
Officiële URL https://chromewebstore.google.com/detail/%D0%BB%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%B0-russian-vocabular/nhkfellofhhgdjhhlpmjpfkakobinldf
Beschrijving This extension replaces certain English nouns on a webpage with their Russian equivalents.
Bestandsgrootte 131 KB
Aantal Installaties 92
Huidige Versie 1.6.1
Laatst Bijgewerkt 2017-03-28
Publicatiedatum 2017-03-28
Beoordeling 3.80/5 Totaal 10 Beoordelingen
Ontwikkelaar Brendan
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u041b\u0415\u041a\u0421\u0418\u041a\u0410! - Russian Vocabulary Tool",
    "short_name": "\u041b\u0415\u041a\u0421\u0418\u041a\u0410!",
    "description": "This extension replaces certain English nouns on a webpage with their Russian equivalents.",
    "version": "1.6.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "\u041b\u0415\u041a\u0421\u0418\u041a\u0410!"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "contextMenuEvent.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "dictionary.js",
                "swapscript.js"
            ]
        }
    ],
    "icons": {
        "16": "16icon.png",
        "48": "48icon.png",
        "128": "128icon.png"
    }
}