Right-to-left enforcer for Contentful editor
Forces editors to use a right-to-left direction when editing Arabic text on Contentful
Vad är Right-to-left enforcer for Contentful editor?
Right-to-left enforcer for Contentful editor är en Chrome-tillägg utvecklad av Zeh Fernando, och dess huvudfunktion är "Forces editors to use a right-to-left direction when editing Arabic text on Contentful".
Tilläggsskärmbilder
Ladda ner Right-to-left enforcer for Contentful editor-förlängningens CRX-fil
Ladda ner Right-to-left enforcer for Contentful editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A script that forces editors to use a right-to-left direction when editing Arabic text on Contentful. Grundläggande Information om Tillägg
| Namn | |
| ID | oonfnmgdelbdmhhgjgdijnojjajoaied |
| Officiell webbadress | https://chromewebstore.google.com/detail/right-to-left-enforcer-fo/oonfnmgdelbdmhhgjgdijnojjajoaied |
| Beskrivning | Forces editors to use a right-to-left direction when editing Arabic text on Contentful |
| Filstorlek | 23.84 KB |
| Antal Installationer | 66 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-11-04 |
| Publiceringsdatum | 2016-11-04 |
| Utvecklare | Zeh Fernando |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |