Rtl fix
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Rtl fixとは何ですか?
Rtl fixはanimhotepによって開発されたChromeの拡張機能で、その主な機能は「Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages」です。
拡張機能のスクリーンショット
Rtl fix拡張機能のCRXファイルをダウンロード
Rtl fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
拡張機能の基本情報
名前 | Rtl fix |
ID | cinligcmmjegcoibenndbjdehohfdbia |
公式URL | https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia |
説明 | Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages |
ファイルサイズ | 45.08 KB |
インストール数 | 11 |
現在のバージョン | 1.2 |
最終更新日 | 2023-03-11 |
公開日 | 2023-03-08 |
開発者 | animhotep |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rtl fix", "description": "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages", "version": "1.2", "icons": { "128": "icon.png" }, "permissions": [ "scripting", "activeTab" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |