Translate keyboard layout online GSgen.RU

Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/.

What is Translate keyboard layout online GSgen.RU?

Translate keyboard layout online GSgen.RU is a Chrome extension developed by https://gsgen.ru, and its main feature is "Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Translate keyboard layout online GSgen.RU Extension CRX File

Download Translate keyboard layout online GSgen.RU extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Переводчик текстов, набранных в неправильной раскладке клавиатуры. Является аналогом интернет-сервиса http://gsgen.ru/tools/perevod-raskladki-online/. Позволяет переводить тексты как в отдельном виджете, так и посредством контекстного меню.                    

Extension Basic Information

Name Translate keyboard layout online GSgen.RU Translate keyboard layout online GSgen.RU
ID lppcdmiilphgdakoehkoofiedkehidmo
Official URL https://chromewebstore.google.com/detail/translate-keyboard-layout/lppcdmiilphgdakoehkoofiedkehidmo
Description Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/.
File Size 115 KB
Installation Count 815
Current Version 1.5.7
Last Updated 2017-02-20
Publish Date 2017-02-20
Rating 4.00/5 Total 8 Ratings
Developer https://gsgen.ru
Email [email protected]
Payment Type free
Extension Website http://gsgen.ru/tools/perevod-raskladki-online/
Help Page URL http://gsgen.ru/contacts/
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "version": "1.5.7",
    "default_locale": "ru",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/functions.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/modal.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "__MSG_browser_action__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}