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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A script that forces editors to use a right-to-left direction when editing Arabic text on Contentful. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
]
} | |