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」です。
拡張機能のスクリーンショット
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 |
ID | oonfnmgdelbdmhhgjgdijnojjajoaied |
公式URL | 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" } ] } |