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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Right-to-left enforcer for Contentful editor Right-to-left enforcer for Contentful editor
ID oonfnmgdelbdmhhgjgdijnojjajoaied
官方網址 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"
        }
    ]
}