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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}