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
} | |