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?
LTR TO RTL for ChatGPT - это расширение Chrome, разработанное shaloml, и его основная функция - "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".
Снимки экрана расширения
Скачать файл CRX расширения LTR TO RTL for ChatGPT
Скачайте файлы расширений LTR TO RTL for ChatGPT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
ID | pcnpnpaipomdildpaehlnmlbiiaagdid |
Официальный URL | https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid |
Описание | Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic. |
Размер файла | 28.31 KB |
Количество установок | 564 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-04-25 |
Дата публикации | 2023-04-25 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | shaloml |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |