Translate for Slack

Translate Slack message directly in the Slack web app.

Translate for Slack क्या है?

Translate for Slack https://limhenry.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate Slack message directly in the Slack web app."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Translate for Slack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}