Uyghur Font
Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
ما هو Uyghur Font؟
Uyghur Font هو إضافة Chrome تم تطويرها بواسطة Kakkuk، والميزة الرئيسية لها هي "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Uyghur Font
قم بتنزيل ملفات الامتداد Uyghur Font بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
توربەت يۈزىدىكى بارلىق خەت شەكلىنى ئۇيغۇرچە خەت شەكلىگە ئالماشتۇرۇش ۋە تاللىغان تېكىستنى تەرجىمە قىلىش قىستۇرمىسى
معلومات أساسية عن التمديد
الاسم | Uyghur Font |
ID | hfjfelkkblcjhppokplgncgpofejdeec |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec |
الوصف | Plugin to convert all fonts on the website to Uyghur fonts and translate selected text |
حجم الملف | 74.57 KB |
عدد التثبيتات | 193 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-03-17 |
تاريخ النشر | 2020-03-15 |
تقييم | 5.00/5 مجموع تقييمات 11 |
المطور | Kakkuk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | tr |
manifest.json | |
{ "author": "Davut Kakkuk", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Disabled" }, "description": "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text", "icons": { "128": "icon128.png", "16": "icon_16.png" }, "name": "Uyghur Font", "permissions": [ "contextMenus", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "style.css", "*.ttf" ] } |