Skribbl RTL

This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!

Vad är Skribbl RTL?

Skribbl RTL är en Chrome-tillägg utvecklad av Maor Development, och dess huvudfunktion är "This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Skribbl RTL-förlängningens CRX-fil

Ladda ner Skribbl RTL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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. זהו. זה אוטומטי                    

Grundläggande Information om Tillägg

Namn Skribbl RTL Skribbl RTL
ID ajbkjkndkjnhdobpjnnknfnkihnpkemf
Officiell webbadress https://chromewebstore.google.com/detail/skribbl-rtl/ajbkjkndkjnhdobpjnnknfnkihnpkemf
Beskrivning This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!
Filstorlek 131 KB
Antal Installationer 572
Aktuell Version 0.0.2
Senast Uppdaterad 2020-09-25
Publiceringsdatum 2020-09-24
Utvecklare Maor Development
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/maormagori/Skribbl-RTL
Stödda Språk 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
        }
    ]
}