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
官方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
        }
    ]
}