Rivet

An integration between 5etools and Plutonium.

Qu'est-ce que Rivet ?

Rivet est une extension Chrome développée par Giddy, et sa fonction principale est "An integration between 5etools and Plutonium.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rivet

Téléchargez les fichiers d'extension Rivet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Rivet Rivet
ID igmilfmbmkmpkjjgoabaagaoohhhbjde
URL Officiel https://chromewebstore.google.com/detail/rivet/igmilfmbmkmpkjjgoabaagaoohhhbjde
Description An integration between 5etools and Plutonium.
Taille du Fichier 41.27 KB
Nombre d'Installations 10,405
Version Actuelle 0.1.6
Dernière Mise à Jour 2021-03-05
Date de Publication 2020-05-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur Giddy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://5e.tools/
Langues Prises en Charge 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]"
        }
    }
}