Right-to-left enforcer for Contentful editor
Forces editors to use a right-to-left direction when editing Arabic text on Contentful
ما هو Right-to-left enforcer for Contentful editor؟
Right-to-left enforcer for Contentful editor هو إضافة Chrome تم تطويرها بواسطة Zeh Fernando، والميزة الرئيسية لها هي "Forces editors to use a right-to-left direction when editing Arabic text on Contentful".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Right-to-left enforcer for Contentful editor
قم بتنزيل ملفات الامتداد Right-to-left enforcer for Contentful editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A script that forces editors to use a right-to-left direction when editing Arabic text on Contentful.
معلومات أساسية عن التمديد
الاسم | Right-to-left enforcer for Contentful editor |
ID | oonfnmgdelbdmhhgjgdijnojjajoaied |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/right-to-left-enforcer-fo/oonfnmgdelbdmhhgjgdijnojjajoaied |
الوصف | Forces editors to use a right-to-left direction when editing Arabic text on Contentful |
حجم الملف | 23.84 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-11-04 |
تاريخ النشر | 2016-11-04 |
المطور | Zeh Fernando |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Right-to-left enforcer for Contentful editor", "description": "Forces editors to use a right-to-left direction when editing Arabic text on Contentful", "version": "1.0", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/app.contentful.com\/*" ], "run_at": "document_idle" } ] } |