Switch Direction
Switch Direction in edits, useful for mixed RTL and LTR texts.
Switch Directionคืออะไร?
Switch Direction เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ebraminio และคุณลักษณะหลักของมันคือ "Switch Direction in edits, useful for mixed RTL and LTR texts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Switch Direction
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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", " |