YaTranslate

Quickly translate selected text on web page using Yandex Translate. In toolbar popup, you can translate input text.

YaTranslateคืออะไร?

YaTranslate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MiniApps และคุณลักษณะหลักของมันคือ "Quickly translate selected text on web page using Yandex Translate. In toolbar popup, you can translate input text."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YaTranslate

ดาวน์โหลดไฟล์ส่วนขยาย YaTranslate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly translate selected text on web page using Yandex Translate. In toolbar popup, you can translate input text.

When you select a text, a translation button appears, and the translation is displayed instantly.
If you enable the option "Do not display the button if the translation is not required", you will not be disappointed by the appearance of the button when it is not necessary.

In the popup window of the toolbar, translate the entered text in real time.
Russian Russian translation If you enable the option "Automatically switch to a second language", you can do the following : when English is entered, it is translated into Russian, and when Russian is entered, it is translated into English.

You can also translate from the context menu.
You can select "Translate selected text" in the menu on the page or tab.

In addition to translating text on pages, you can also translate images, just hover over the image and click the "Translate" button and enjoy the picture in your language.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YaTranslate YaTranslate
ID afbjfmdncdlpomhgjanodjfogbaiknho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yatranslate/afbjfmdncdlpomhgjanodjfogbaiknho
คำอธิบาย Quickly translate selected text on web page using Yandex Translate. In toolbar popup, you can translate input text.
ขนาดไฟล์ 554 KB
จำนวนการติดตั้ง 32,998
เวอร์ชันปัจจุบัน 6.0.2
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2021-06-30
คะแนน 3.66/5 รวมทั้งหมด 952 คะแนน
ผู้พัฒนา MiniApps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://vostlertsd.github.io/YTPP
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "6.0.2",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": ".\/assets\/icons\/icon-19.png",
            "38": ".\/assets\/icons\/icon-38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icons\/icon-128.png",
        "48": ".\/assets\/icons\/icon-128.png",
        "128": ".\/assets\/icons\/icon-128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ],
            "css": [
                "assets\/css\/inject.css"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "MacCtrl+Shift+E"
            }
        },
        "translation_selected": {
            "description": "Translation of the selected",
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*",
                "modules\/*",
                "dist\/translatePage\/*",
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}