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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } ] } |