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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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"
        }
    }
}