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是由shaloml开发的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扩展crx文件
下载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" } } |