Right-to-left enforcer for Contentful editor
Forces editors to use a right-to-left direction when editing Arabic text on Contentful
Wat is Right-to-left enforcer for Contentful editor?
Right-to-left enforcer for Contentful editor is een Chrome-extensie ontwikkeld door Zeh Fernando, en de belangrijkste functie is "Forces editors to use a right-to-left direction when editing Arabic text on Contentful".
Extensie Screenshots
Download het CRX-bestand van de extensie Right-to-left enforcer for Contentful editor
Download Right-to-left enforcer for Contentful editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A script that forces editors to use a right-to-left direction when editing Arabic text on Contentful.
Basisinformatie over de Extensie
Naam | Right-to-left enforcer for Contentful editor |
ID | oonfnmgdelbdmhhgjgdijnojjajoaied |
Officiële URL | https://chromewebstore.google.com/detail/right-to-left-enforcer-fo/oonfnmgdelbdmhhgjgdijnojjajoaied |
Beschrijving | Forces editors to use a right-to-left direction when editing Arabic text on Contentful |
Bestandsgrootte | 23.84 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-11-04 |
Publicatiedatum | 2016-11-04 |
Ontwikkelaar | Zeh Fernando |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |