Farsi2Finglish Translator
Translates Farsi to Finglish
什么是Farsi2Finglish Translator?
Farsi2Finglish Translator是由Garret Verstegen开发的Chrome扩展程序,该扩展的主要功能是“Translates Farsi to Finglish”。
扩展截图
下载Farsi2Finglish Translator扩展crx文件
下载Farsi2Finglish Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | fjgndmomllkaoodpcclfeiamjbcncbmc |
| 官方URL | https://chromewebstore.google.com/detail/farsi2finglish-translator/fjgndmomllkaoodpcclfeiamjbcncbmc |
| 简介 | Translates Farsi to Finglish |
| 文件大小 | 25.06 KB |
| 安装次数 | 366 |
| 当前版本 | 1.1 |
| 更新时间 | 2015-01-06 |
| 上架时间 | 2015-01-06 |
| 评分 | 3.00/5 共10次评分 |
| 开发者 | Garret Verstegen |
| 付费类型 | free |
| 支持的语言 | 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
} | |