Rivet

An integration between 5etools and Plutonium.

Cos'è Rivet?

Rivet è un'estensione di Chrome sviluppata da Giddy, e la sua funzione principale è "An integration between 5etools and Plutonium.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rivet

Scarica i file di estensione Rivet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Rivet Rivet
ID igmilfmbmkmpkjjgoabaagaoohhhbjde
URL Ufficiale https://chromewebstore.google.com/detail/rivet/igmilfmbmkmpkjjgoabaagaoohhhbjde
Descrizione An integration between 5etools and Plutonium.
Dimensione del File 41.27 KB
Conteggio Installazioni 10,405
Versione Corrente 0.1.6
Ultimo Aggiornamento 2021-03-05
Data di Pubblicazione 2020-05-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Giddy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://5e.tools/
Lingue Supportate 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]"
        }
    }
}