Slack Hebrew

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

Qu'est-ce que Slack Hebrew ?

Slack Hebrew est une extension Chrome développée par shlomomatichin, et sa fonction principale est "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters".

Télécharger le fichier CRX de l'extension Slack Hebrew

Téléchargez les fichiers d'extension Slack Hebrew au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
URL Officiel https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
Description In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
Taille du Fichier 16.29 KB
Nombre d'Installations 221
Version Actuelle 1.5
Dernière Mise à Jour 2018-05-21
Date de Publication 2018-05-21
Évaluation 4.44/5 Total 9 Évaluations
Développeur shlomomatichin
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}