Slack Hebrew

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

Cos'è Slack Hebrew?

Slack Hebrew è un'estensione di Chrome sviluppata da shlomomatichin, e la sua funzione principale è "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters".

Scarica il file CRX dell'estensione Slack Hebrew

Scarica i file di estensione Slack Hebrew in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
URL Ufficiale https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
Descrizione In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
Dimensione del File 16.29 KB
Conteggio Installazioni 221
Versione Corrente 1.5
Ultimo Aggiornamento 2018-05-21
Data di Pubblicazione 2018-05-21
Valutazione 4.44/5 Totale 9 Valutazioni
Sviluppatore shlomomatichin
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}