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 là gì?
Right-to-left enforcer for Contentful editor là một tiện ích mở rộng Chrome được phát triển bởi Zeh Fernando, và tính năng chính của nó là "Forces editors to use a right-to-left direction when editing Arabic text on Contentful".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Right-to-left enforcer for Contentful editor
Tải xuống các tệp mở rộng Right-to-left enforcer for Contentful editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A script that forces editors to use a right-to-left direction when editing Arabic text on Contentful.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Right-to-left enforcer for Contentful editor |
ID | oonfnmgdelbdmhhgjgdijnojjajoaied |
URL Chính Thức | https://chromewebstore.google.com/detail/right-to-left-enforcer-fo/oonfnmgdelbdmhhgjgdijnojjajoaied |
Mô tả | Forces editors to use a right-to-left direction when editing Arabic text on Contentful |
Kích Thước Tệp | 23.84 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-11-04 |
Ngày Phát Hành | 2016-11-04 |
Nhà Phát Triển | Zeh Fernando |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |