LTR-RTL
This extension allows you to change web page text direction.
LTR-RTL란 무엇입니까?
LTR-RTL은(는) DC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to change web page text direction."입니다.
확장 프로그램 스크린샷
LTR-RTL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to change the web page text direction. This is useful when you are viewing right to left text such as Hebrew or Arabic in an application that displays from left to right. Shortcuts: Ctrl+Shift+J -- switch to RTL Ctrl+Shift+E -- switch to LTR Note 1: If one or both of the shortcuts don't work, it means that something else is mapped to them. Chrome allows you to remap extension shortcuts, and you can remap the shortcuts to something that isn't in use. Alternatively, the extension adds an item to the Chrome right click menu, which you can use to switch text direction instead of the shortcuts. Note 2: The language direction will only change for HTML elements that don't have a specified language direction.
확장 프로그램 기본 정보
이름 | LTR-RTL |
ID | dihficgdollilpfaliclpihepalmdgbb |
공식 URL | https://chromewebstore.google.com/detail/ltr-rtl/dihficgdollilpfaliclpihepalmdgbb |
설명 | This extension allows you to change web page text direction. |
파일 크기 | 4.09 KB |
설치 횟수 | 12,412 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2022-05-19 |
출시 날짜 | 2014-11-18 |
평점 | 4.05/5 총 19 개의 평점 |
개발자 | DC |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LTR-RTL", "description": "This extension allows you to change web page text direction.", "version": "2.0.1", "commands": { "RTL": { "suggested_key": { "default": "Ctrl+Shift+J", "mac": "Command+Shift+J" }, "description": "Enable right to left" }, "LTR": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Enable left to right" } }, "permissions": [ "contextMenus", "scripting" ], "host_permissions": [ " |