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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}