Slack Hebrew

In Slack web app: modify direction to rtl, but only for messages containing hebrew characters

Slack Hebrew क्या है?

Slack Hebrew shlomomatichin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters"।

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

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

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

                        Simply change direction:rtl style to slack messages containing hebrew characters. English messages are left untouched.

If you are using desktop slack, consider using the following project instead: https://pypi.org/project/onium                    

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

नाम Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
आधिकारिक URL https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
विवरण In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
फ़ाइल का आकार 16.29 KB
स्थापना संख्या 221
वर्तमान संस्करण 1.5
अंतिम अपडेट 2018-05-21
प्रकाशन तिथि 2018-05-21
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर shlomomatichin
भुगतान के प्रकार free
समर्थित भाषाएँ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Hebrew",
    "version": "1.5",
    "description": "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters",
    "icons": {
        "128": "icon.png"
    },
    "author": "Shlomi Matichin ",
    "page_action": {
        "default_title": "Slack Hebrew"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack-hebrew.js"
            ],
            "all_frames": true
        }
    ]
}