Linkedin RTL support

Adds multilingual support to linkedin text fields

Linkedin RTL supportとは何ですか?

Linkedin RTL supportはElad Mizrahiによって開発されたChromeの拡張機能で、その主な機能は「Adds multilingual support to linkedin text fields」です。

拡張機能のスクリーンショット

screenshot
screenshot

Linkedin RTL support拡張機能のCRXファイルをダウンロード

Linkedin RTL support拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Linkedin RTL support Linkedin RTL support
ID bkeinidnmmffimffcmdoheeciapelpad
公式URL https://chromewebstore.google.com/detail/linkedin-rtl-support/bkeinidnmmffimffcmdoheeciapelpad
説明 Adds multilingual support to linkedin text fields
ファイルサイズ 12.99 KB
インストール数 51
現在のバージョン 0.3.0
最終更新日 2023-04-09
公開日 2023-04-08
評価 5.00/5 合計 2 レビュー
開発者 Elad Mizrahi
Eメール [email protected]
支払い方法 free
対応言語 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]"
        }
    }
}