Slack Hebrew

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

Co je Slack Hebrew?

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

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

Stáhněte si soubory rozšíření Slack Hebrew 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í

                        Simply change direction:rtl style to slack messages containing hebrew characters. English messages are left untouched.

If you are using desktop slack, consider using the following project instead: https://pypi.org/project/onium                    

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

Název Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
Oficiální URL https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
Popis In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
Velikost souboru 16.29 KB
Počet instalací 221
Aktuální Verze 1.5
Poslední Aktualizace 2018-05-21
Datum Vydání 2018-05-21
Hodnocení 4.44/5 Celkem 9 Hodnocení
Vývojář shlomomatichin
Typ Platby free
Podporované Jazyky iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Hebrew",
    "version": "1.5",
    "description": "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters",
    "icons": {
        "128": "icon.png"
    },
    "author": "Shlomi Matichin ",
    "page_action": {
        "default_title": "Slack Hebrew"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack-hebrew.js"
            ],
            "all_frames": true
        }
    ]
}