LTR TO RTL for ChatGPT
Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
LTR TO RTL for ChatGPT là gì?
LTR TO RTL for ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi shaloml, và tính năng chính của nó là "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".
Ả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 LTR TO RTL for ChatGPT
Tải xuống các tệp mở rộng LTR TO RTL for ChatGPT 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
Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LTR TO RTL for ChatGPT |
ID | pcnpnpaipomdildpaehlnmlbiiaagdid |
URL Chính Thức | https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid |
Mô tả | Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic. |
Kích Thước Tệp | 28.31 KB |
Số Lần Cài Đặt | 564 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-04-25 |
Ngày Phát Hành | 2023-04-25 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | shaloml |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LTR TO RTL for ChatGPT", "description": "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.", "version": "1.0", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |