EasyFa

Corrects Farsi sentences typed with English keyboard.

EasyFaとは何ですか?

EasyFaはsalman.hooshmandによって開発されたChromeの拡張機能で、その主な機能は「Corrects Farsi sentences typed with English keyboard.」です。

拡張機能のスクリーンショット

screenshot

EasyFa拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}