Telegram Translator
This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
ما هو Telegram Translator؟
Telegram Translator هو إضافة Chrome تم تطويرها بواسطة Scrupp، والميزة الرئيسية لها هي "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Telegram Translator
قم بتنزيل ملفات الامتداد Telegram Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Application for automatic text translation in Telegram. Enter a message in your native language and use the Ctrl + Shift key combination to quickly translate the entered text. You can practice the language you are learning by translating only words you don’t know.
معلومات أساسية عن التمديد
الاسم | Telegram Translator |
ID | pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol |
الوصف | This extension automatically translate any text that you type by clicking combination Ctrl + Shift. |
حجم الملف | 72.02 KB |
عدد التثبيتات | 1,549 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-12-23 |
تاريخ النشر | 2021-12-23 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | Scrupp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://scrupp.com/policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Telegram Translator", "description": "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "templates\/menu.html" }, "permissions": [ "storage", "https:\/\/web.telegram.org\/*" ], "web_accessible_resources": [ "templates\/pop-up.html" ], "content_scripts": [ { "js": [ "js\/libs\/jquery-3.2.1.min.js", "js\/main.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/web.telegram.org\/*" ], "run_at": "document_end" } ] } |