Translate keyboard layout online GSgen.RU

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

Qu'est-ce que Translate keyboard layout online GSgen.RU ?

Translate keyboard layout online GSgen.RU est une extension Chrome développée par https://gsgen.ru, et sa fonction principale est "Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Translate keyboard layout online GSgen.RU

Téléchargez les fichiers d'extension Translate keyboard layout online GSgen.RU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Translate keyboard layout online GSgen.RU Translate keyboard layout online GSgen.RU
ID lppcdmiilphgdakoehkoofiedkehidmo
URL Officiel 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/.
Taille du Fichier 115 KB
Nombre d'Installations 815
Version Actuelle 1.5.7
Dernière Mise à Jour 2017-02-20
Date de Publication 2017-02-20
Évaluation 4.00/5 Total 8 Évaluations
Développeur https://gsgen.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://gsgen.ru/tools/perevod-raskladki-online/
URL de la Page d'Aide http://gsgen.ru/contacts/
Langues Prises en Charge 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"
    }
}