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”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
    }
}