Translate for Slack

Translate Slack message directly in the Slack web app.

Translate for Slackとは何ですか?

Translate for Slackはhttps://limhenry.xyzによって開発されたChromeの拡張機能で、その主な機能は「Translate Slack message directly in the Slack web app.」です。

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

screenshot
screenshot

Translate for Slack拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Translate for Slack is a Chrome Extension that can translate Slack message directly in the Slack web app.


✨ FEATURES

✔️ Translate message directly in the Slack web app
✔️ Works with 100+ languages (Powered by Google Translate)
✔️ Customizable Translate Button Text


🎁 DONATE

PayPal: https://bit.ly/slides-donate


👨🏻‍💻️ FIND US ON

Twitter: https://twitter.com/henrylim96

❤️ CONTRIBUTORS 

- github.com/tomatnasdaq                    

拡張機能の基本情報

名前 Translate for Slack Translate for Slack
ID dhadelkabablecjhglpdnjbigkcdfdlm
公式URL https://chromewebstore.google.com/detail/translate-for-slack/dhadelkabablecjhglpdnjbigkcdfdlm
説明 Translate Slack message directly in the Slack web app.
ファイルサイズ 106 KB
インストール数 482
現在のバージョン 1.0.6
最終更新日 2023-11-08
公開日 2020-10-30
評価 4.67/5 合計 3 レビュー
開発者 https://limhenry.xyz
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://policies.limhenry.xyz/slides
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Translate for Slack",
    "short_name": "Translate for Slack",
    "description": "Translate Slack message directly in the Slack web app.",
    "version": "1.0.6",
    "offline_enabled": false,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.slack.com\/client\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "host_permissions": [
        "https:\/\/app.slack.com\/client\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Options",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}