Right-to-left enforcer for Contentful editor
Forces editors to use a right-to-left direction when editing Arabic text on Contentful
Co je Right-to-left enforcer for Contentful editor?
Right-to-left enforcer for Contentful editor je rozšíření Chrome vyvinuté Zeh Fernando, a jeho hlavní funkcí je „Forces editors to use a right-to-left direction when editing Arabic text on Contentful“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Right-to-left enforcer for Contentful editor
Stáhněte si soubory rozšíření Right-to-left enforcer for Contentful editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A script that forces editors to use a right-to-left direction when editing Arabic text on Contentful.
Základní Informace o Rozšíření
Název | Right-to-left enforcer for Contentful editor |
ID | oonfnmgdelbdmhhgjgdijnojjajoaied |
Oficiální URL | https://chromewebstore.google.com/detail/right-to-left-enforcer-fo/oonfnmgdelbdmhhgjgdijnojjajoaied |
Popis | Forces editors to use a right-to-left direction when editing Arabic text on Contentful |
Velikost souboru | 23.84 KB |
Počet instalací | 66 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-11-04 |
Datum Vydání | 2016-11-04 |
Vývojář | Zeh Fernando |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |