Farsi2Finglish Translator

Translates Farsi to Finglish

Farsi2Finglish Translatorคืออะไร?

Farsi2Finglish Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Garret Verstegen และคุณลักษณะหลักของมันคือ "Translates Farsi to Finglish"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Farsi2Finglish Translator

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Farsi2Finglish Translator Farsi2Finglish Translator
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
}