Esperanto x-system to Unicode
Replaces x-system digraphs with their Unicode counterparts.
ما هو Esperanto x-system to Unicode؟
Esperanto x-system to Unicode هو إضافة Chrome تم تطويرها بواسطة https://chris.pacejo.net، والميزة الرئيسية لها هي "Replaces x-system digraphs with their Unicode counterparts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Esperanto x-system to Unicode
قم بتنزيل ملفات الامتداد Esperanto x-system to Unicode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This will give x-system text its proper hats! Ex. gx → ĝ. Note that this only works on existing web pages! It does NOT change what you type! Donu al "x-sistema" teksto siajn ĝustajn ĉapelojn! Ex. gx → ĝ. Atendu, ĉi tiu nur funkcias por retpaĝoj ekzistantaj! Ĝi NE ŝangas tiun, kiun vi tajpas!
معلومات أساسية عن التمديد
الاسم | Esperanto x-system to Unicode |
ID | jbddgilgkejhmefpehlkcghcdkndcmoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh |
الوصف | Replaces x-system digraphs with their Unicode counterparts. |
حجم الملف | 4.21 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-12-16 |
تاريخ النشر | 2015-12-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://chris.pacejo.net |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esperanto x-system to Unicode", "version": "1.0", "description": "Replaces x-system digraphs with their Unicode counterparts.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "icon48.png" }, "author": "Chris Pacejo" } |