EasyFa

Corrects Farsi sentences typed with English keyboard.

EasyFa란 무엇입니까?

EasyFa은(는) salman.hooshmand에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Corrects Farsi sentences typed with English keyboard."입니다.

확장 프로그램 스크린샷

screenshot

EasyFa 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}