Rivet

An integration between 5etools and Plutonium.

Wat is Rivet?

Rivet is een Chrome-extensie ontwikkeld door Giddy, en de belangrijkste functie is "An integration between 5etools and Plutonium.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rivet

Download Rivet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Rivet Rivet
ID igmilfmbmkmpkjjgoabaagaoohhhbjde
Officiële URL https://chromewebstore.google.com/detail/rivet/igmilfmbmkmpkjjgoabaagaoohhhbjde
Beschrijving An integration between 5etools and Plutonium.
Bestandsgrootte 41.27 KB
Aantal Installaties 10,405
Huidige Versie 0.1.6
Laatst Bijgewerkt 2021-03-05
Publicatiedatum 2020-05-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Giddy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://5e.tools/
Ondersteunde Talen 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]"
        }
    }
}