Switch Direction

Switch Direction in edits, useful for mixed RTL and LTR texts.

Switch Directionとは何ですか?

Switch Directionはebraminioによって開発されたChromeの拡張機能で、その主な機能は「Switch Direction in edits, useful for mixed RTL and LTR texts.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Switch Direction拡張機能のCRXファイルをダウンロード

Switch Direction拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple extension for switching direction on edits
useful for rtl, ltr mixed text editing.

This extension is open-source :)
Here is code of it: https://github.com/ebraminio/switchdirection/

== Version 0.6 ==
* Localization for Arabic and Hebrew (in addition to Persian)
* Supporting text inputs inside iframe

== Version 0.5 ==
* Adding support for content editables and GMail mail composer.

== Version 0.4 ==
* Adding Ctrl+Shift+X hotkey for Switch Direction, but it is not enabled by default
* Supporting file:/// scheme, but you must enable that on Chrome extension manager

== Version 0.3 ==
* Huge code cleanup
* Hidden character tools removed (I will create other addon for that)
* Options can applied instantly 
* Working well in https pages

== Version 0.2 ==
* Options menu added
* Switch direction added to the whole page (Must be enabled from options menu)
* Directional character insert buttons added and a button to show/hide them on the editing (Must be enabled from options menu)

== Version 0.1 ==
* Simple extension with direction switch on edits published                    

拡張機能の基本情報

名前 Switch Direction Switch Direction
ID fldkjfjmcadcklboajlnclnfjpdopcce
公式URL https://chrome.google.com/webstore/detail/switch-direction/fldkjfjmcadcklboajlnclnfjpdopcce
説明 Switch Direction in edits, useful for mixed RTL and LTR texts.
ファイルサイズ 16.49 KB
インストール数 4,724
現在のバージョン 0.6
最終更新日 2013-04-20
公開日 2013-04-20
評価 4.57/5 合計 21 レビュー
開発者 ebraminio
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Switch Direction in edits, useful for mixed RTL and LTR texts.",
    "default_locale": "en",
    "name": "Switch Direction",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "version": "0.6"
}