Linkedin RTL support

Adds multilingual support to linkedin text fields

Apa itu Linkedin RTL support?

Linkedin RTL support adalah ekstensi Chrome yang dikembangkan oleh Elad Mizrahi, dan fitur utamanya adalah "Adds multilingual support to linkedin text fields".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Linkedin RTL support

Unduh file ekstensi Linkedin RTL support 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

                        The extension searches for text fields in LinkedIn and adds auto direction to the field, and aligns the text direction to the start of the line.
And make sure that if you have Grammarly it will not block your text when RTL.                    

Informasi Dasar Ekstensi

Nama Linkedin RTL support Linkedin RTL support
ID bkeinidnmmffimffcmdoheeciapelpad
URL Resmi https://chromewebstore.google.com/detail/linkedin-rtl-support/bkeinidnmmffimffcmdoheeciapelpad
Deskripsi Adds multilingual support to linkedin text fields
Ukuran File 12.99 KB
Jumlah Instalasi 51
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2023-04-09
Tanggal Publikasi 2023-04-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Elad Mizrahi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkedin RTL support",
    "version": "0.3.0",
    "description": "Adds multilingual support to linkedin text fields",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png",
        "512": "images\/icon_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}