Translate keyboard layout online GSgen.RU

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

Cos'è Translate keyboard layout online GSgen.RU?

Translate keyboard layout online GSgen.RU è un'estensione di Chrome sviluppata da https://gsgen.ru, e la sua funzione principale è "Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Translate keyboard layout online GSgen.RU

Scarica i file di estensione Translate keyboard layout online GSgen.RU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Translate keyboard layout online GSgen.RU Translate keyboard layout online GSgen.RU
ID lppcdmiilphgdakoehkoofiedkehidmo
URL Ufficiale https://chromewebstore.google.com/detail/translate-keyboard-layout/lppcdmiilphgdakoehkoofiedkehidmo
Descrizione Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/.
Dimensione del File 115 KB
Conteggio Installazioni 815
Versione Corrente 1.5.7
Ultimo Aggiornamento 2017-02-20
Data di Pubblicazione 2017-02-20
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore https://gsgen.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://gsgen.ru/tools/perevod-raskladki-online/
URL della Pagina di Aiuto http://gsgen.ru/contacts/
Lingue Supportate 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"
    }
}