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
官方網址 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"
    }
}