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!”。

擴展截圖

screenshot
screenshot

下載Skribbl RTL擴展crx文件

下載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 Skribbl RTL
ID ajbkjkndkjnhdobpjnnknfnkihnpkemf
官方網址 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
        }
    ]
}