RTL Text Director
This extension will automatically detect RTL text and change the direction of the text to RTL.
RTL Text Director란 무엇입니까?
RTL Text Director은(는) zuhairtaha1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will automatically detect RTL text and change the direction of the text to RTL."입니다.
확장 프로그램 스크린샷
RTL Text Director 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Correcting the direction of texts that include RTL language so that they become from right to left, all with a single click تصحيح اتجاه النصوص التي تتضمن اللغة العربية أو مزيج من اللغة العربية ولغة أخرى بحيث يصبح من اليمين إلى اليسار، كل ذلك بنقرة واحدة تصحيح جهت متونی که شامل زبان فارسی یا ترکیبی از زبان فارسی و زبان دیگر است، به گونه ای که از راست به چپ می شود، تمام این کار با یک کلیک انجام می شود. תיקון כיוון הטקסטים שמכילים עברית או שילוב של עברית ושפה אחרת כך שהם משמאל לימין, כל זה בלחיצת כפתור אחת. تصحیح سمت متن جو اردو زبان یا اردو زبان اور کسی دوسری زبان کے مرکب ہوتی ہے تاکہ یہ دائیں سے بائیں ہوجائے، یہ سب کچھ صرف ایک کلک سے. تصحیح جهت متن هایی که شامل زبان فارسی یا ترکیبی از زبان فارسی و زبان دیگر می شوند تا از راست به چپ باشند، تمام این ها با یک کلیک انجام می شود.
확장 프로그램 기본 정보
이름 | RTL Text Director |
ID | bhojfeaocoeikkknhmofogkkokjpjjlh |
공식 URL | https://chromewebstore.google.com/detail/rtl-text-director/bhojfeaocoeikkknhmofogkkokjpjjlh |
설명 | This extension will automatically detect RTL text and change the direction of the text to RTL. |
파일 크기 | 23.39 KB |
설치 횟수 | 29 |
현재 버전 | 0.2 |
최근 업데이트 | 2023-06-09 |
출시 날짜 | 2023-06-05 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | zuhairtaha1 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tahasoft.com/ |
도움말 페이지 URL | https://tahasoft.com/contact |
지원되는 언어 | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTL Text Director", "description": "This extension will automatically detect RTL text and change the direction of the text to RTL.", "manifest_version": 3, "version": "0.2", "permissions": [ "storage" ], "background": { "service_worker": "sw.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ " |