EasyFa

Corrects Farsi sentences typed with English keyboard.

ما هو EasyFa؟

EasyFa هو إضافة Chrome تم تطويرها بواسطة salman.hooshmand، والميزة الرئيسية لها هي "Corrects Farsi sentences typed with English keyboard.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EasyFa

قم بتنزيل ملفات الامتداد EasyFa بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        تبدیل جملات فارسی نوشته شده با کیبورد در حالت انگلیسی به فارسی و بالعکس
برای تبدیل از میانبر  کنترل+شیفت+نقطه استفاده کنید

Shortcut for activating the extension is Ctrl+Shift+.

When keyboard input source is English, but user intended to type something in Farsi, the extension converts the letters in the current element to Farsi letters. The user does not need to type the whole sentence in Farsi again.                    

معلومات أساسية عن التمديد

الاسم EasyFa EasyFa
ID kmkhjmgjadnmjacbmpnbjjblhdejkkdo
عنوان URL الرسمي https://chromewebstore.google.com/detail/easyfa/kmkhjmgjadnmjacbmpnbjjblhdejkkdo
الوصف Corrects Farsi sentences typed with English keyboard.
حجم الملف 8 KB
عدد التثبيتات 75
النسخة الحالية 3.0
آخر تحديث 2023-10-11
تاريخ النشر 2021-02-05
تقييم 2.43/5 مجموع تقييمات 7
المطور salman.hooshmand
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyFa",
    "version": "3.0",
    "description": "Corrects Farsi sentences typed with English keyboard.",
    "icons": {
        "16": "easyFa-16x16.png",
        "128": "easyFa-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "."
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "action": [],
    "commands": {
        "convert-current-text": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period"
            },
            "description": "Converts current text"
        }
    }
}