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是由Zeh Fernando开发的Chrome扩展程序,该扩展的主要功能是“Forces editors to use a right-to-left direction when editing Arabic text on Contentful”。
扩展截图
下载Right-to-left enforcer for Contentful editor扩展crx文件
下载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"
}
]
} | |