Skribbl RTL
This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!
Skribbl RTL란 무엇입니까?
Skribbl RTL은(는) Maor Development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!"입니다.
확장 프로그램 스크린샷
Skribbl RTL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you ever played skribbl in Hebrew you know that the letters appear in the wrong order. This extension fixes it and does it automatically. Just install and play. I do not own or am a part of skribbl. I'm just an Hebrew speaking fan of the game. אם אי פעם שיחקתם סקריבל אתם יודעים שהמילים בעברית מוצגות בסדר הלא נכון. ההרחבה הזאת מסדרת את הסדר שבהם האותיות מופיעות. כיצד להפעיל: 1. מתקינים 2. זהו. זה אוטומטי
확장 프로그램 기본 정보
이름 | Skribbl RTL |
ID | ajbkjkndkjnhdobpjnnknfnkihnpkemf |
공식 URL | https://chromewebstore.google.com/detail/skribbl-rtl/ajbkjkndkjnhdobpjnnknfnkihnpkemf |
설명 | This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install! |
파일 크기 | 131 KB |
설치 횟수 | 572 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2020-09-25 |
출시 날짜 | 2020-09-24 |
개발자 | Maor Development |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/maormagori/Skribbl-RTL |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/skribbl.io\/", "https:\/\/skribbl.io\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |