EasyFa
Corrects Farsi sentences typed with English keyboard.
Vad är EasyFa?
EasyFa är en Chrome-tillägg utvecklad av salman.hooshmand, och dess huvudfunktion är "Corrects Farsi sentences typed with English keyboard.".
Tilläggsskärmbilder
Ladda ner EasyFa-förlängningens CRX-fil
Ladda ner EasyFa-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
تبدیل جملات فارسی نوشته شده با کیبورد در حالت انگلیسی به فارسی و بالعکس برای تبدیل از میانبر کنترل+شیفت+نقطه استفاده کنید 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.
Grundläggande Information om Tillägg
Namn | EasyFa |
ID | kmkhjmgjadnmjacbmpnbjjblhdejkkdo |
Officiell webbadress | https://chromewebstore.google.com/detail/easyfa/kmkhjmgjadnmjacbmpnbjjblhdejkkdo |
Beskrivning | Corrects Farsi sentences typed with English keyboard. |
Filstorlek | 8 KB |
Antal Installationer | 75 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2023-10-11 |
Publiceringsdatum | 2021-02-05 |
Betyg | 2.43/5 Totalt 7 Betyg |
Utvecklare | salman.hooshmand |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } } |