Slack Hebrew

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

Apa itu Slack Hebrew?

Slack Hebrew adalah ekstensi Chrome yang dikembangkan oleh shlomomatichin, dan fitur utamanya adalah "In Slack web app: modify direction to rtl, but only for messages containing hebrew characters".

Unduh Berkas CRX Ekstensi Slack Hebrew

Unduh file ekstensi Slack Hebrew dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Slack Hebrew Slack Hebrew
ID lhckoaabocgmbjbmjgglcimohibicenn
URL Resmi https://chromewebstore.google.com/detail/slack-hebrew/lhckoaabocgmbjbmjgglcimohibicenn
Deskripsi In Slack web app: modify direction to rtl, but only for messages containing hebrew characters
Ukuran File 16.29 KB
Jumlah Instalasi 221
Versi Saat Ini 1.5
Terakhir Diperbarui 2018-05-21
Tanggal Publikasi 2018-05-21
Penilaian 4.44/5 Total 9 Penilaian
Pengembang shlomomatichin
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}