Farsi2Finglish Translator
Translates Farsi to Finglish
What is Farsi2Finglish Translator?
Farsi2Finglish Translator is a Chrome extension developed by Garret Verstegen, and its main feature is "Translates Farsi to Finglish".
Extension Screenshots
Download Farsi2Finglish Translator Extension CRX File
Download Farsi2Finglish Translator 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
Translates single words from Farsi to Finglish, and copies the translation to clipboard. Based on the API by S. Amin Marashi. Instructions: 1. Highlight a single farsi word and press translate. 2. Translation will pop-up and a translation is copied to the clipboard. Updated 01/2015 - New API URL changed.
Extension Basic Information
Name | Farsi2Finglish Translator |
ID | fjgndmomllkaoodpcclfeiamjbcncbmc |
Official URL | https://chromewebstore.google.com/detail/farsi2finglish-translator/fjgndmomllkaoodpcclfeiamjbcncbmc |
Description | Translates Farsi to Finglish |
File Size | 25.06 KB |
Installation Count | 366 |
Current Version | 1.1 |
Last Updated | 2015-01-06 |
Publish Date | 2015-01-06 |
Rating | 3.00/5 Total 10 Ratings |
Developer | Garret Verstegen |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Farsi2Finglish Translator", "short_name": "Farsi2Finglish", "description": "Translates Farsi to Finglish", "version": "1.1", "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "Finglish Icon-01.png", "32": "Finglish Icon-02.png", "48": "Finglish Icon-03.png", "64": "Finglish Icon-04.png", "128": "Finglish Icon-05.png" }, "background": { "scripts": [ "sample.js" ] }, "manifest_version": 2 } |