Roll20 Character Parser - DnD 5th SRD

This little accessory will extract key information away from character sheets on online apps!

Roll20 Character Parser - DnD 5th SRD là gì?

Roll20 Character Parser - DnD 5th SRD là một tiện ích mở rộng Chrome được phát triển bởi noobulater, và tính năng chính của nó là "This little accessory will extract key information away from character sheets on online apps!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Roll20 Character Parser - DnD 5th SRD

Tải xuống các tệp mở rộng Roll20 Character Parser - DnD 5th SRD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This little accessory will extract key information away from character sheets on online apps!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
URL Chính Thức https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
Mô tả This little accessory will extract key information away from character sheets on online apps!
Kích Thước Tệp 64.47 KB
Số Lần Cài Đặt 451
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-05-03
Ngày Phát Hành 2017-05-03
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển noobulater
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Noobulater/ttrpg-web-parsers
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roll20 Character Parser - DnD 5th SRD",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.0.min.js",
                "getPageSource.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ]
}