Slack Hebrew

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

ما هو Slack Hebrew؟

Slack Hebrew هو إضافة Chrome تم تطويرها بواسطة shlomomatichin، والميزة الرئيسية لها هي "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters".

تحميل ملف CRX للإضافة Slack Hebrew

قم بتنزيل ملفات الامتداد Slack Hebrew بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
        }
    ]
}