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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}