Hebrew support for Slack. RTL

Right To Left support for Slack. Hebrew version.

Hebrew support for Slack. RTL क्या है?

Hebrew support for Slack. RTL Bender Bureau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right To Left support for Slack. Hebrew version."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The extension is no longer free. You will need an activation code. You can buy it for the price of two coffees on the welcome page after installing the extension. One-time payment, no subscription.

התוסף הזה מאפשר תמיכה מלאה בעברית לגרסת האינטרנט של סלאק.

מאפיינים:
- כיוון האותיות בהודעה מימין לשמאל (רק להודעות עם תווים בעברית) ◀︎
- משנה את כיוון האותיות בזמן הכתיבה, כשמכניסים תווים בעברית ◀︎
- משנה את כיוון הממשק של סלאק עבור הודעות בעברית - תמונה/ שם משתמש, תאריך, פונקציות הודעות וכו' ◀︎
- תומך בהודעות לפי תבנית. רשימות, טקסט מודגש, ציטוטים, קוד, וכו' ◀︎

סלאק לפעמים משנה את קוד המקור של האפליקציה שלה. אז, במקרה שהתוסף שלך לא עובד, אפשר לפנות אלי במייל. אני אתקן את זה בהקדם האפשרי.

This plugin adds full Hebrew support to the Slack web version. 
Features:
- The direction of the letter in the message from right to left (only for messages with Hebrew symbols)
- The direction of the letter when writing, when entering Hebrew symbols
- Changes the direction of the Slack interface for Hebrew messages (avatar, date, message functions etc.)
- Supports formatted messages: lists, bold text, links, quotes, code, etc.
- Selecting from 7 Google fonts to customise Hebrew font family in your Slack text.
- Customise Hebrew font size.

Slack sometimes changes the source code of its application. So, in case your extension doesn't work, contact me by email. I will fix it as soon as possible.                    

एक्सटेंशन की मूल जानकारी

नाम Hebrew support for Slack. RTL Hebrew support for Slack. RTL
ID hikbibjgneeklkchmeaffbeghcnbdcfl
आधिकारिक URL https://chromewebstore.google.com/detail/hebrew-support-for-slack/hikbibjgneeklkchmeaffbeghcnbdcfl
विवरण Right To Left support for Slack. Hebrew version.
फ़ाइल का आकार 92.15 KB
स्थापना संख्या 350
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-12-11
प्रकाशन तिथि 2020-04-12
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Bender Bureau
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://bbureau.gumroad.com/l/activation-code
समर्थित भाषाएँ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hebrew support for Slack. RTL",
    "description": "Right To Left support for Slack. Hebrew version.",
    "version": "1.4",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "default_popup.html"
    },
    "options_ui": {
        "page": "default_popup.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "slack-rtl.js"
            ],
            "css": [
                "slack-rtl.css"
            ]
        }
    ]
}