Telegram Translator

This extension automatically translate any text that you type by clicking combination Ctrl + Shift.

Telegram Translatorとは何ですか?

Telegram TranslatorはScruppによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically translate any text that you type by clicking combination Ctrl + Shift.」です。

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

screenshot

Telegram Translator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Application for automatic text translation in Telegram. Enter a message in your native language and use the Ctrl + Shift key combination to quickly translate the entered text.

You can practice the language you are learning by translating only words you don’t know.                    

拡張機能の基本情報

名前 Telegram Translator Telegram Translator
ID pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
公式URL https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
説明 This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
ファイルサイズ 72.02 KB
インストール数 1,549
現在のバージョン 1.0
最終更新日 2021-12-23
公開日 2021-12-23
評価 4.00/5 合計 3 レビュー
開発者 Scrupp
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://scrupp.com/policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Telegram Translator",
    "description": "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "templates\/menu.html"
    },
    "permissions": [
        "storage",
        "https:\/\/web.telegram.org\/*"
    ],
    "web_accessible_resources": [
        "templates\/pop-up.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/web.telegram.org\/*"
            ],
            "run_at": "document_end"
        }
    ]
}