Slack Persian

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

ما هو Slack Persian؟

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

لقطات شاشة التمديد

screenshot

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

قم بتنزيل ملفات الامتداد Slack Persian بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extensions allows Persian language speakers to see Persian messages in the Slack web app with RTL direction, so they won't see messages malformed.

V1.1 changes:
- Fixed a change in naming of messages classes by Slack                    

معلومات أساسية عن التمديد

الاسم Slack Persian Slack Persian
ID ejndnokkkhbijfmaogjbhiejdllagdng
عنوان URL الرسمي https://chromewebstore.google.com/detail/slack-persian/ejndnokkkhbijfmaogjbhiejdllagdng
الوصف In Slack web app: modify direction to rtl, but only for messages containing Persian characters.
حجم الملف 15.63 KB
عدد التثبيتات 70
النسخة الحالية 1.1
آخر تحديث 2018-05-20
تاريخ النشر 2018-05-20
تقييم 5.00/5 مجموع تقييمات 7
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Persian",
    "version": "1.1",
    "description": "In Slack web app: modify direction to rtl, but only for messages containing Persian characters.",
    "icons": {
        "128": "icon.png"
    },
    "author": "Alireza Ahmadi ",
    "page_action": {
        "default_title": "Slack Persian"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack-persian.js"
            ],
            "all_frames": true
        }
    ]
}