EasyFa
Corrects Farsi sentences typed with English keyboard.
What is EasyFa?
EasyFa is a Chrome extension developed by salman.hooshmand, and its main feature is "Corrects Farsi sentences typed with English keyboard.".
Extension Screenshots
Download EasyFa Extension CRX File
Download EasyFa extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
تبدیل جملات فارسی نوشته شده با کیبورد در حالت انگلیسی به فارسی و بالعکس برای تبدیل از میانبر کنترل+شیفت+نقطه استفاده کنید 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.
Extension Basic Information
Name | EasyFa |
ID | kmkhjmgjadnmjacbmpnbjjblhdejkkdo |
Official URL | https://chromewebstore.google.com/detail/easyfa/kmkhjmgjadnmjacbmpnbjjblhdejkkdo |
Description | Corrects Farsi sentences typed with English keyboard. |
File Size | 8 KB |
Installation Count | 75 |
Current Version | 3.0 |
Last Updated | 2023-10-11 |
Publish Date | 2021-02-05 |
Rating | 2.43/5 Total 7 Ratings |
Developer | salman.hooshmand |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |