Slack Persian

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

Co je Slack Persian?

Slack Persian je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „In Slack web app: modify direction to rtl, but only for messages containing Persian characters.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Slack Persian

Stáhněte si soubory rozšíření Slack Persian ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Slack Persian Slack Persian
ID ejndnokkkhbijfmaogjbhiejdllagdng
Oficiální URL https://chromewebstore.google.com/detail/slack-persian/ejndnokkkhbijfmaogjbhiejdllagdng
Popis In Slack web app: modify direction to rtl, but only for messages containing Persian characters.
Velikost souboru 15.63 KB
Počet instalací 70
Aktuální Verze 1.1
Poslední Aktualizace 2018-05-20
Datum Vydání 2018-05-20
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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
        }
    ]
}