EasyFa

Corrects Farsi sentences typed with English keyboard.

Qu'est-ce que EasyFa ?

EasyFa est une extension Chrome développée par salman.hooshmand, et sa fonction principale est "Corrects Farsi sentences typed with English keyboard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EasyFa

Téléchargez les fichiers d'extension EasyFa au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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.                    

Informations de Base sur l'Extension

Nom EasyFa EasyFa
ID kmkhjmgjadnmjacbmpnbjjblhdejkkdo
URL Officiel https://chromewebstore.google.com/detail/easyfa/kmkhjmgjadnmjacbmpnbjjblhdejkkdo
Description Corrects Farsi sentences typed with English keyboard.
Taille du Fichier 8 KB
Nombre d'Installations 75
Version Actuelle 3.0
Dernière Mise à Jour 2023-10-11
Date de Publication 2021-02-05
Évaluation 2.43/5 Total 7 Évaluations
Développeur salman.hooshmand
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}