Farsish
Farsish is a free extension to convert finglish or pinglish to farsi or persian.
What is Farsish?
Farsish is a Chrome extension developed by https://farsish.pythonanywhere.com, and its main feature is "Farsish is a free extension to convert finglish or pinglish to farsi or persian.".
Extension Screenshots
Download Farsish Extension CRX File
Download Farsish 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
Farsish translates finglish/pinglish to farsi/persian. Whenever, Wherever you can type in farsi. enjoy it !
Extension Basic Information
Name | Farsish |
ID | fomemncjlcnibjddbmdhggcjoecgbfip |
Official URL | https://chromewebstore.google.com/detail/farsish/fomemncjlcnibjddbmdhggcjoecgbfip |
Description | Farsish is a free extension to convert finglish or pinglish to farsi or persian. |
File Size | 61.08 KB |
Installation Count | 294 |
Current Version | 3.2.5 |
Last Updated | 2023-08-11 |
Publish Date | 2020-04-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://farsish.pythonanywhere.com |
[email protected] | |
Payment Type | free |
Extension Website | https://farsish.pythonanywhere.com/ |
Supported Languages | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Farsish", "short_name": "farsish", "description": "Farsish is a free extension to convert finglish or pinglish to farsi or persian.", "version": "3.2.5", "content_scripts": [ { "matches": [ "https:\/\/farsish.pythonanywhere.com\/*", "http:\/\/farsish.pythonanywhere.com\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "https:\/\/farsish.pythonanywhere.com\/*", "http:\/\/farsish.pythonanywhere.com\/*" ] } |