Make It Right

Right To Left Language Support

Make It Right란 무엇입니까?

Make It Right은(는) XYZET에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right To Left Language Support"입니다.

확장 프로그램 스크린샷

screenshot

Make It Right 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Right-To-Left language support for main platforms: Youtube, Slack and Discord.
יישור לימין ותמיכת עברית / ערבית באתרים: יוטיוב, סלאק, דיסקורד
محاذاة الى جهة اليمين وتقديم دعم فني بالعبرية والعربية في اليوتيوب، ديسكورد وسلآك

Features:
- Hebrew and Arabic support.
- Smart Posts: aligns each post by language.
- Smart Type: right-aligns your text while typing, by language.
- Youtube RTL support: Player page / Chat box / Channel page / Community page and more.
- Easy check: Comprehensive popup to enable and disable each platform. 

רשימת מאפיינים
- זיהוי ותמיכה בעברית / ערבית
- יישור כל פוסט על פי השפה שלו
- יישור ימין במגוון דפים ביוטיוב: דף הנגן, קופסאת הצ'אט בשידורי לייב, דף הקהילה ועוד
- אפשרות נוחה להפעלה וביטול פיטשרים שונים על ידי ממשק נוח                    

확장 프로그램 기본 정보

이름 Make It Right Make It Right
ID hhapmoicaklmgfhebjahjompnklgodeb
공식 URL https://chromewebstore.google.com/detail/make-it-right/hhapmoicaklmgfhebjahjompnklgodeb
설명 Right To Left Language Support
파일 크기 396 KB
설치 횟수 447
현재 버전 1.7
최근 업데이트 2023-11-11
출시 날짜 2022-02-16
개발자 XYZET
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.xyzet.me/make-it-right
도움말 페이지 URL https://www.xyzet.me/make-it-right
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make It Right",
    "description": "Right To Left Language Support",
    "version": "1.7",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.slack.com\/*",
        "https:\/\/www.discord.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*",
                "https:\/\/*.discord.com\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fix.css",
                "discordrtl.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "icon16.png",
                "icon48.png",
                "icon128.png"
            ],
            "matches": [
                "https:\/\/*.discord.com\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Make It Right!",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}