Switch Direction

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

Switch Direction là gì?

Switch Direction là một tiện ích mở rộng Chrome được phát triển bởi ebraminio, và tính năng chính của nó là "Switch Direction in edits, useful for mixed RTL and LTR texts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Switch Direction

Tải xuống các tệp mở rộng Switch Direction dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Switch Direction Switch Direction
ID fldkjfjmcadcklboajlnclnfjpdopcce
URL Chính Thức https://chrome.google.com/webstore/detail/switch-direction/fldkjfjmcadcklboajlnclnfjpdopcce
Mô tả Switch Direction in edits, useful for mixed RTL and LTR texts.
Kích Thước Tệp 16.49 KB
Số Lần Cài Đặt 4,724
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2013-04-20
Ngày Phát Hành 2013-04-20
Đánh Giá 4.57/5 Tổng số 21 Đánh Giá
Nhà Phát Triển ebraminio
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}