Rivet

An integration between 5etools and Plutonium.

Was ist Rivet?

Rivet ist eine Chrome-Erweiterung, die von Giddy entwickelt wurde, und ihr Hauptmerkmal ist "An integration between 5etools and Plutonium.".

Erweiterungsscreenshots

screenshot

Rivet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rivet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Send creatures, spells, items, rolls, (and more!) to your Foundry game with the click of a button.                    

Grundlegende Informationen zur Erweiterung

Name Rivet Rivet
ID igmilfmbmkmpkjjgoabaagaoohhhbjde
Offizielle URL https://chromewebstore.google.com/detail/rivet/igmilfmbmkmpkjjgoabaagaoohhhbjde
Beschreibung An integration between 5etools and Plutonium.
Dateigröße 41.27 KB
Installationsanzahl 10,405
Aktuelle Version 0.1.6
Letztes Update 2021-03-05
Veröffentlichungsdatum 2020-05-28
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Giddy
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://5e.tools/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rivet",
    "version": "0.1.6",
    "description": "An integration between 5etools and Plutonium.",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "",
                "http:\/\/localhost:8080\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}