EasyFa
Corrects Farsi sentences typed with English keyboard.
什么是EasyFa?
EasyFa是由salman.hooshmand开发的Chrome扩展程序,该扩展的主要功能是“Corrects Farsi sentences typed with English keyboard.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } } |