Rivet

An integration between 5etools and Plutonium.

什么是Rivet?

Rivet是由Giddy开发的Chrome扩展程序,该扩展的主要功能是“An integration between 5etools and Plutonium.”。

扩展截图

screenshot

下载Rivet扩展crx文件

下载Rivet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Rivet Rivet
ID igmilfmbmkmpkjjgoabaagaoohhhbjde
官方URL https://chromewebstore.google.com/detail/rivet/igmilfmbmkmpkjjgoabaagaoohhhbjde
简介 An integration between 5etools and Plutonium.
文件大小 41.27 KB
安装次数 10,405
当前版本 0.1.6
更新时间 2021-03-05
上架时间 2020-05-28
评分 5.00/5 共4次评分
开发者 Giddy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://5e.tools/
支持的语言 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]"
        }
    }
}