Skribbl RTL
This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!
Cos'è Skribbl RTL?
Skribbl RTL è un'estensione di Chrome sviluppata da Maor Development, e la sua funzione principale è "This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Skribbl RTL
Scarica i file di estensione Skribbl RTL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. זהו. זה אוטומטי
Informazioni di Base sull'Estensione
Nome | Skribbl RTL |
ID | ajbkjkndkjnhdobpjnnknfnkihnpkemf |
URL Ufficiale | https://chromewebstore.google.com/detail/skribbl-rtl/ajbkjkndkjnhdobpjnnknfnkihnpkemf |
Descrizione | This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install! |
Dimensione del File | 131 KB |
Conteggio Installazioni | 572 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2020-09-25 |
Data di Pubblicazione | 2020-09-24 |
Sviluppatore | Maor Development |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/maormagori/Skribbl-RTL |
Lingue Supportate | 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 } ] } |