Slack Hebrew

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

O que é Slack Hebrew?

Slack Hebrew é uma extensão do Chrome desenvolvida por shlomomatichin, e sua principal característica é "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters".

Baixar o arquivo CRX da Extensão Slack Hebrew

Baixe arquivos de extensão Slack Hebrew no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
URL Oficial https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
Descrição In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
Tamanho do Arquivo 16.29 KB
Contagem de Instalações 221
Versão Atual 1.5
Última Atualização 2018-05-21
Data de Publicação 2018-05-21
Classificação 4.44/5 Total de 9 Avaliações
Desenvolvedor shlomomatichin
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}