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"
}
]
} | |