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 |
官方網址 | 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" } } } |