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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gsgen.ru และคุณลักษณะหลักของมันคือ "Online translate text in wrong keyboard layout. Chrome Extension from developers of site http://gsgen.ru/."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translate keyboard layout online GSgen.RU

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}