Draggable Player Area by Eric
Allows players to move the webcam frames on roll20
什麼是Draggable Player Area by Eric?
Draggable Player Area by Eric是由SavyTech開發的Chrome擴展程式,該擴展的主要功能是“Allows players to move the webcam frames on roll20”。
下載Draggable Player Area by Eric擴展crx文件
下載Draggable Player Area by Eric擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows players to move the webcam frames on roll20
擴展基本資訊
名稱 | Draggable Player Area by Eric |
ID | gbgefaaedcfbdedbamiicioofngkgnlb |
官方網址 | https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb |
簡介 | Allows players to move the webcam frames on roll20 |
檔案大小 | 9.8 KB |
安裝次數 | 11 |
目前版本 | 0.1 |
更新時間 | 2016-07-02 |
上架時間 | 2016-07-01 |
評分 | 4.00/5 共 1 次評分 |
開發者 | SavyTech |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Draggable Player Area by Eric", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/app.roll20.net\/editor\/" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icon.png" } } |