EasyFa

Corrects Farsi sentences typed with English keyboard.

Cos'è EasyFa?

EasyFa è un'estensione di Chrome sviluppata da salman.hooshmand, e la sua funzione principale è "Corrects Farsi sentences typed with English keyboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EasyFa

Scarica i file di estensione EasyFa in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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.                    

Informazioni di Base sull'Estensione

Nome EasyFa EasyFa
ID kmkhjmgjadnmjacbmpnbjjblhdejkkdo
URL Ufficiale https://chromewebstore.google.com/detail/easyfa/kmkhjmgjadnmjacbmpnbjjblhdejkkdo
Descrizione Corrects Farsi sentences typed with English keyboard.
Dimensione del File 8 KB
Conteggio Installazioni 75
Versione Corrente 3.0
Ultimo Aggiornamento 2023-10-11
Data di Pubblicazione 2021-02-05
Valutazione 2.43/5 Totale 7 Valutazioni
Sviluppatore salman.hooshmand
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}