Roll20 Character Parser - DnD 5th SRD

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

Co to jest Roll20 Character Parser - DnD 5th SRD?

Roll20 Character Parser - DnD 5th SRD to rozszerzenie Chrome opracowane przez noobulater, a jego główną funkcją jest „This little accessory will extract key information away from character sheets on online apps!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Roll20 Character Parser - DnD 5th SRD

Pobierz pliki rozszerzeń Roll20 Character Parser - DnD 5th SRD w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
Oficjalny URL https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
Opis This little accessory will extract key information away from character sheets on online apps!
Rozmiar pliku 64.47 KB
Liczba instalacji 451
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-05-03
Data Publikacji 2017-05-03
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper noobulater
Typ Płatności free
Strona Rozszerzenia https://github.com/Noobulater/ttrpg-web-parsers
Obsługiwane Języki 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",
        ""
    ]
}