EasyFa
Corrects Farsi sentences typed with English keyboard.
Wat is EasyFa?
EasyFa is een Chrome-extensie ontwikkeld door salman.hooshmand, en de belangrijkste functie is "Corrects Farsi sentences typed with English keyboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyFa
Download EasyFa-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
تبدیل جملات فارسی نوشته شده با کیبورد در حالت انگلیسی به فارسی و بالعکس برای تبدیل از میانبر کنترل+شیفت+نقطه استفاده کنید 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.
Basisinformatie over de Extensie
Naam | EasyFa |
ID | kmkhjmgjadnmjacbmpnbjjblhdejkkdo |
Officiële URL | https://chromewebstore.google.com/detail/easyfa/kmkhjmgjadnmjacbmpnbjjblhdejkkdo |
Beschrijving | Corrects Farsi sentences typed with English keyboard. |
Bestandsgrootte | 8 KB |
Aantal Installaties | 75 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2023-10-11 |
Publicatiedatum | 2021-02-05 |
Beoordeling | 2.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | salman.hooshmand |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |