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

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

什麼是ЛЕКСИКА! - Russian Vocabulary Tool?

ЛЕКСИКА! - Russian Vocabulary Tool是由Brendan開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces certain English nouns on a webpage with their Russian equivalents.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ЛЕКСИКА! - Russian Vocabulary Tool擴展crx文件

下載ЛЕКСИКА! - Russian Vocabulary Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 ЛЕКСИКА! - Russian Vocabulary Tool ЛЕКСИКА! - Russian Vocabulary Tool
ID nhkfellofhhgdjhhlpmjpfkakobinldf
官方網址 https://chromewebstore.google.com/detail/%D0%BB%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%B0-russian-vocabular/nhkfellofhhgdjhhlpmjpfkakobinldf
簡介 This extension replaces certain English nouns on a webpage with their Russian equivalents.
檔案大小 131 KB
安裝次數 92
目前版本 1.6.1
更新時間 2017-03-28
上架時間 2017-03-28
評分 3.80/5 共 10 次評分
開發者 Brendan
付費類型 free
支援的語言 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"
    }
}