Slack Persian

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

Wat is Slack Persian?

Slack Persian is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "In Slack web app: modify direction to rtl, but only for messages containing Persian characters.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Slack Persian

Download Slack Persian-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Slack Persian Slack Persian
ID ejndnokkkhbijfmaogjbhiejdllagdng
Officiële URL https://chromewebstore.google.com/detail/slack-persian/ejndnokkkhbijfmaogjbhiejdllagdng
Beschrijving In Slack web app: modify direction to rtl, but only for messages containing Persian characters.
Bestandsgrootte 15.63 KB
Aantal Installaties 70
Huidige Versie 1.1
Laatst Bijgewerkt 2018-05-20
Publicatiedatum 2018-05-20
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}