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
Eメール [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]"
        }
    }
}