Translect
Allows you to quickly and easily translate French words to English.
ما هو Translect؟
Translect هو إضافة Chrome تم تطويرها بواسطة 8enmann، والميزة الرئيسية لها هي "Allows you to quickly and easily translate French words to English.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Translect
قم بتنزيل ملفات الامتداد Translect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Makes it fast and easy to translate word by word from French to English. Based on Wiktionary data. Doesn't work on all word forms yet. This project is open source! To contribute please see https://github.com/8enmann/translect This app can be extended to support other languages as well.
معلومات أساسية عن التمديد
الاسم | |
ID | jmeginlikpfohfopfnfpbdbcghcoodic |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic |
الوصف | Allows you to quickly and easily translate French words to English. |
حجم الملف | 45.74 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-08-05 |
تاريخ النشر | 2013-08-05 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | 8enmann |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translect", "description": "Allows you to quickly and easily translate French words to English.", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/fr.wiktionary.org\/", "tabs", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/fr.wiktionary.org; object-src 'self'", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "translect.html" } } |