RTL ALL
Flip web pages to right-to-left for Arabic display
RTL ALL란 무엇입니까?
RTL ALL은(는) dragonarab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flip web pages to right-to-left for Arabic display"입니다.
확장 프로그램 스크린샷
RTL ALL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Flip web pages to right-to-left for Arabic & Hebrew display with the RTL ALL Chrome Extension. This extension provides an easy-to-use button that flips the page to RTL direction, making it more accessible for Arabic-Hebrew-speaking users. With just one click, you can switch between RTL and LTR directions for an improved browsing experience. The extension supports various CSS styles for directional elements, ensuring that your web page looks and feels natural in RTL direction. Install RTL ALL today and start browsing the web in a way that suits your needs!
확장 프로그램 기본 정보
이름 | RTL ALL |
ID | eilpimgcclncpehhmnnplnfokcmdiefa |
공식 URL | https://chromewebstore.google.com/detail/rtl-all/eilpimgcclncpehhmnnplnfokcmdiefa |
설명 | Flip web pages to right-to-left for Arabic display |
파일 크기 | 6.99 KB |
설치 횟수 | 1,682 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-11-24 |
출시 날짜 | 2023-04-07 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | dragonarab |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RTL ALL", "version": "1.0", "description": "Flip web pages to right-to-left for Arabic display", "action": { "default_icon": { "48": "icon48.png", "96": "icon96.png" }, "default_popup": "popup.html", "default_title": "RTL Flip" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "48": "icon.png" } } |