Slack Persian

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

Was ist Slack Persian?

Slack Persian ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "In Slack web app: modify direction to rtl, but only for messages containing Persian characters.".

Erweiterungsscreenshots

screenshot

Slack Persian-Erweiterungs-CRX-Datei herunterladen

Laden Sie Slack Persian-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Slack Persian Slack Persian
ID ejndnokkkhbijfmaogjbhiejdllagdng
Offizielle URL https://chromewebstore.google.com/detail/slack-persian/ejndnokkkhbijfmaogjbhiejdllagdng
Beschreibung In Slack web app: modify direction to rtl, but only for messages containing Persian characters.
Dateigröße 15.63 KB
Installationsanzahl 70
Aktuelle Version 1.1
Letztes Update 2018-05-20
Veröffentlichungsdatum 2018-05-20
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}