Rtl fix
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Rtl fix là gì?
Rtl fix là một tiện ích mở rộng Chrome được phát triển bởi animhotep, và tính năng chính của nó là "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rtl fix
Tải xuống các tệp mở rộng Rtl fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rtl fix |
ID | cinligcmmjegcoibenndbjdehohfdbia |
URL Chính Thức | https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia |
Mô tả | Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages |
Kích Thước Tệp | 45.08 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-03-11 |
Ngày Phát Hành | 2023-03-08 |
Nhà Phát Triển | animhotep |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |