Rivet

An integration between 5etools and Plutonium.

O que é Rivet?

Rivet é uma extensão do Chrome desenvolvida por Giddy, e sua principal característica é "An integration between 5etools and Plutonium.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rivet

Baixe arquivos de extensão Rivet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Rivet Rivet
ID igmilfmbmkmpkjjgoabaagaoohhhbjde
URL Oficial https://chromewebstore.google.com/detail/rivet/igmilfmbmkmpkjjgoabaagaoohhhbjde
Descrição An integration between 5etools and Plutonium.
Tamanho do Arquivo 41.27 KB
Contagem de Instalações 10,405
Versão Atual 0.1.6
Última Atualização 2021-03-05
Data de Publicação 2020-05-28
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Giddy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://5e.tools/
Idiomas Suportados 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]"
        }
    }
}