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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | fldkjfjmcadcklboajlnclnfjpdopcce |
官方網址 | 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", " |