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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces editors to use a right-to-left direction when editing Arabic text on Contentful"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Right-to-left enforcer for Contentful editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A script that 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
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"
        }
    ]
}