Touch20

Introduces Touch controls to Roll20

Touch20คืออะไร?

Touch20 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Bauske และคุณลักษณะหลักของมันคือ "Introduces Touch controls to Roll20"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Touch20

ดาวน์โหลดไฟล์ส่วนขยาย Touch20 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Touch20 - Touchscreen support for Roll20

Touch20 is an extension for Google Chrome which adds touchscreen support to Roll20. Features:

  * Drag and Drop your characters to move them
  * Pan the map with two fingers to move the viewport
  * Pinch with two fingers to zoom in or out - this will only work correctly if you select "Use Scroll to Zoom" in "My Settings".
  * Long-press to activate the right-click menu
  * Enlarged the left-hand toolbar to make the icons easier to hit using the touch controls
  * Full support for both fingers and styluses (pens)
  * [New in 1.1.0] Touch also works in dialogs (i.e. Turn Order, Character sheets, ...) and the assets menu
  * [New in 1.2.0] Hides the player names at the bottom of the viewport if the setting "Player video/avatar size" is set to "Names only" 
(to save space on smaller touchscreen devices)
  * [New in 1.3.0] All modifier keys (CTRL, SHIFT, ALT, META) are now forwarded correctly and work as if you were using a mouse. Thus drawing circles is now possible!

If you play Pen & Paper or Tabletop games online, you probably know about Roll20 (https://roll20.net/). 
It's a tremendous system for bringing players from all over the world to one table and going on an adventure. 

I was part of an online Pen & Paper roleplaying group. After three years of playing online, we decided to 
take our game to the next level and meet up in real life. To be able to play our favorite game at a real table, we 
wanted to use my convertible laptop as a big touchscreen device in the center of the table. Unfortunately, Roll20 
doesn't support touch screens - neither with a stylus nor with bare fingers.

But fear not - Touch20 is here!

If you want to show your support for this extension in a financial manner, feel free to  visit the project’s GitHub page and donate via PayPal (not required at all though):

https://github.com/Oromis/touch20                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Touch20 Touch20
ID himdgcgphpbdjgkdeiofihmgneenojlg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/touch20/himdgcgphpbdjgkdeiofihmgneenojlg
คำอธิบาย Introduces Touch controls to Roll20
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 1,709
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2020-09-16
วันที่เผยแพร่ 2020-05-09
คะแนน 4.53/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา David Bauske
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Touch20",
    "short_name": "Touch20",
    "description": "Introduces Touch controls to Roll20",
    "version": "1.3.1",
    "icons": {
        "32": "img\/touch20-32x32.png",
        "48": "img\/touch20-48x48.png",
        "64": "img\/touch20-64x64.png",
        "128": "img\/touch20-128x128.png"
    },
    "permissions": [
        "*:\/\/*.roll20.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roll20.net\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "main.js",
        "main.js.map",
        "style.css",
        "style.css.map"
    ]
}