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 là gì?
Skribbl RTL là một tiện ích mở rộng Chrome được phát triển bởi Maor Development, và tính năng chính của nó là "This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Skribbl RTL
Tải xuống các tệp mở rộng Skribbl RTL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. זהו. זה אוטומטי
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Skribbl RTL |
ID | ajbkjkndkjnhdobpjnnknfnkihnpkemf |
URL Chính Thức | https://chromewebstore.google.com/detail/skribbl-rtl/ajbkjkndkjnhdobpjnnknfnkihnpkemf |
Mô tả | This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install! |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 572 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2020-09-25 |
Ngày Phát Hành | 2020-09-24 |
Nhà Phát Triển | Maor Development |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/maormagori/Skribbl-RTL |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |