Right-to-left enforcer for Contentful editor

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

Co to jest Right-to-left enforcer for Contentful editor?

Right-to-left enforcer for Contentful editor to rozszerzenie Chrome opracowane przez Zeh Fernando, a jego główną funkcją jest „Forces editors to use a right-to-left direction when editing Arabic text on Contentful”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Right-to-left enforcer for Contentful editor

Pobierz pliki rozszerzeń Right-to-left enforcer for Contentful editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Right-to-left enforcer for Contentful editor Right-to-left enforcer for Contentful editor
ID oonfnmgdelbdmhhgjgdijnojjajoaied
Oficjalny URL https://chromewebstore.google.com/detail/right-to-left-enforcer-fo/oonfnmgdelbdmhhgjgdijnojjajoaied
Opis Forces editors to use a right-to-left direction when editing Arabic text on Contentful
Rozmiar pliku 23.84 KB
Liczba instalacji 66
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-04
Data Publikacji 2016-11-04
Deweloper Zeh Fernando
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}