Wiktionary Translator

Quickly look up words in wiktionary as you read

ما هو Wiktionary Translator؟

Wiktionary Translator هو إضافة Chrome تم تطويرها بواسطة axolotl، والميزة الرئيسية لها هي "Quickly look up words in wiktionary as you read".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wiktionary Translator

قم بتنزيل ملفات الامتداد Wiktionary Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Wiktionary translator is a simple and quick way to translate words on a page. 

Just select a word on your page and press Shift+Ctrl+F to open the translator popup to see the wiktionary results! You can also type words to search directly in the popup.

You can select a different language for wiktionary translator in the Options page.                    

معلومات أساسية عن التمديد

الاسم Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
الوصف Quickly look up words in wiktionary as you read
حجم الملف 82.76 KB
عدد التثبيتات 223
النسخة الحالية 1.0.0
آخر تحديث 2015-03-16
تاريخ النشر 2015-03-16
تقييم 2.78/5 مجموع تقييمات 9
المطور axolotl
نوع الدفع free
موقع الإضافة https://github.com/Risto-Stevcev/wiktionary-translator
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiktionary Translator",
    "description": "Quickly look up words in wiktionary as you read",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/selection.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}