Skribbl RTL
This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!
O que é Skribbl RTL?
Skribbl RTL é uma extensão do Chrome desenvolvida por Maor Development, e sua principal característica é "This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Skribbl RTL
Baixe arquivos de extensão Skribbl RTL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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. זהו. זה אוטומטי
Informações Básicas da Extensão
Nome | Skribbl RTL |
ID | ajbkjkndkjnhdobpjnnknfnkihnpkemf |
URL Oficial | https://chromewebstore.google.com/detail/skribbl-rtl/ajbkjkndkjnhdobpjnnknfnkihnpkemf |
Descrição | This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install! |
Tamanho do Arquivo | 131 KB |
Contagem de Instalações | 572 |
Versão Atual | 0.0.2 |
Última Atualização | 2020-09-25 |
Data de Publicação | 2020-09-24 |
Desenvolvedor | Maor Development |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/maormagori/Skribbl-RTL |
Idiomas Suportados | 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 } ] } |