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