Translate keyboard layout online GSgen.RU

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

Translate keyboard layout online GSgen.RUとは何ですか?

Translate keyboard layout online GSgen.RUはhttps://gsgen.ruによって開発されたChromeの拡張機能で、その主な機能は「Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Translate keyboard layout online GSgen.RU拡張機能のCRXファイルをダウンロード

Translate keyboard layout online GSgen.RU拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Translate keyboard layout online GSgen.RU Translate keyboard layout online GSgen.RU
ID lppcdmiilphgdakoehkoofiedkehidmo
公式URL https://chromewebstore.google.com/detail/translate-keyboard-layout/lppcdmiilphgdakoehkoofiedkehidmo
説明 Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/.
ファイルサイズ 115 KB
インストール数 815
現在のバージョン 1.5.7
最終更新日 2017-02-20
公開日 2017-02-20
評価 4.00/5 合計 8 レビュー
開発者 https://gsgen.ru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://gsgen.ru/tools/perevod-raskladki-online/
ヘルプページのURL http://gsgen.ru/contacts/
対応言語 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"
    }
}