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とは何ですか?

Roll20 Character Parser - DnD 5th SRDはnoobulaterによって開発されたChromeの拡張機能で、その主な機能は「This little accessory will extract key information away from character sheets on online apps!」です。

拡張機能のスクリーンショット

screenshot

Roll20 Character Parser - DnD 5th SRD拡張機能のCRXファイルをダウンロード

Roll20 Character Parser - DnD 5th SRD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
公式URL https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
説明 This little accessory will extract key information away from character sheets on online apps!
ファイルサイズ 64.47 KB
インストール数 451
現在のバージョン 0.2
最終更新日 2017-05-03
公開日 2017-05-03
評価 2.33/5 合計 3 レビュー
開発者 noobulater
支払い方法 free
拡張機能のウェブサイト https://github.com/Noobulater/ttrpg-web-parsers
対応言語 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",
        ""
    ]
}