Right-to-left enforcer for Contentful editor
Forces editors to use a right-to-left direction when editing Arabic text on Contentful
Apa itu Right-to-left enforcer for Contentful editor?
Right-to-left enforcer for Contentful editor adalah ekstensi Chrome yang dikembangkan oleh Zeh Fernando, dan fitur utamanya adalah "Forces editors to use a right-to-left direction when editing Arabic text on Contentful".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Right-to-left enforcer for Contentful editor
Unduh file ekstensi Right-to-left enforcer for Contentful editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A script that forces editors to use a right-to-left direction when editing Arabic text on Contentful.
Informasi Dasar Ekstensi
Nama | Right-to-left enforcer for Contentful editor |
ID | oonfnmgdelbdmhhgjgdijnojjajoaied |
URL Resmi | https://chromewebstore.google.com/detail/right-to-left-enforcer-fo/oonfnmgdelbdmhhgjgdijnojjajoaied |
Deskripsi | Forces editors to use a right-to-left direction when editing Arabic text on Contentful |
Ukuran File | 23.84 KB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-11-04 |
Tanggal Publikasi | 2016-11-04 |
Pengembang | Zeh Fernando |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |