Right-to-left enforcer for Contentful editor

Forces editors to use a right-to-left direction when editing Arabic text on Contentful

What is Right-to-left enforcer for Contentful editor?

Right-to-left enforcer for Contentful editor is a Chrome extension developed by Zeh Fernando, and its main feature is "Forces editors to use a right-to-left direction when editing Arabic text on Contentful".

Extension Screenshots

screenshot

Download Right-to-left enforcer for Contentful editor Extension CRX File

Download Right-to-left enforcer for Contentful editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A script that forces editors to use a right-to-left direction when editing Arabic text on Contentful.                    

Extension Basic Information

Name Right-to-left enforcer for Contentful editor Right-to-left enforcer for Contentful editor
ID oonfnmgdelbdmhhgjgdijnojjajoaied
Official URL https://chromewebstore.google.com/detail/right-to-left-enforcer-fo/oonfnmgdelbdmhhgjgdijnojjajoaied
Description Forces editors to use a right-to-left direction when editing Arabic text on Contentful
File Size 23.84 KB
Installation Count 66
Current Version 1.0
Last Updated 2016-11-04
Publish Date 2016-11-04
Developer Zeh Fernando
Payment Type free
Supported Languages 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"
        }
    ]
}