Hebrew support for Slack. RTL
Right To Left support for Slack. Hebrew version.
Hebrew support for Slack. RTL란 무엇입니까?
Hebrew support for Slack. RTL은(는) Bender Bureau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right To Left support for Slack. Hebrew version."입니다.
확장 프로그램 스크린샷
Hebrew support for Slack. RTL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension is no longer free. You will need an activation code. You can buy it for the price of two coffees on the welcome page after installing the extension. One-time payment, no subscription. התוסף הזה מאפשר תמיכה מלאה בעברית לגרסת האינטרנט של סלאק. מאפיינים: - כיוון האותיות בהודעה מימין לשמאל (רק להודעות עם תווים בעברית) ◀︎ - משנה את כיוון האותיות בזמן הכתיבה, כשמכניסים תווים בעברית ◀︎ - משנה את כיוון הממשק של סלאק עבור הודעות בעברית - תמונה/ שם משתמש, תאריך, פונקציות הודעות וכו' ◀︎ - תומך בהודעות לפי תבנית. רשימות, טקסט מודגש, ציטוטים, קוד, וכו' ◀︎ סלאק לפעמים משנה את קוד המקור של האפליקציה שלה. אז, במקרה שהתוסף שלך לא עובד, אפשר לפנות אלי במייל. אני אתקן את זה בהקדם האפשרי. This plugin adds full Hebrew support to the Slack web version. Features: - The direction of the letter in the message from right to left (only for messages with Hebrew symbols) - The direction of the letter when writing, when entering Hebrew symbols - Changes the direction of the Slack interface for Hebrew messages (avatar, date, message functions etc.) - Supports formatted messages: lists, bold text, links, quotes, code, etc. - Selecting from 7 Google fonts to customise Hebrew font family in your Slack text. - Customise Hebrew font size. Slack sometimes changes the source code of its application. So, in case your extension doesn't work, contact me by email. I will fix it as soon as possible.
확장 프로그램 기본 정보
이름 | Hebrew support for Slack. RTL |
ID | hikbibjgneeklkchmeaffbeghcnbdcfl |
공식 URL | https://chromewebstore.google.com/detail/hebrew-support-for-slack/hikbibjgneeklkchmeaffbeghcnbdcfl |
설명 | Right To Left support for Slack. Hebrew version. |
파일 크기 | 92.15 KB |
설치 횟수 | 350 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-12-11 |
출시 날짜 | 2020-04-12 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Bender Bureau |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://bbureau.gumroad.com/l/activation-code |
지원되는 언어 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hebrew support for Slack. RTL", "description": "Right To Left support for Slack. Hebrew version.", "version": "1.4", "permissions": [ "storage", "tabs" ], "action": { "default_icon": "icon16.png", "default_popup": "default_popup.html" }, "options_ui": { "page": "default_popup.html", "open_in_tab": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.slack.com\/*" ], "js": [ "jquery.min.js", "slack-rtl.js" ], "css": [ "slack-rtl.css" ] } ] } |