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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maor Development และคุณลักษณะหลักของมันคือ "This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skribbl RTL
ดาวน์โหลดไฟล์ส่วนขยาย Skribbl RTL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } ] } |