Rivet

An integration between 5etools and Plutonium.

Rivet là gì?

Rivet là một tiện ích mở rộng Chrome được phát triển bởi Giddy, và tính năng chính của nó là "An integration between 5etools and Plutonium.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rivet

Tải xuống các tệp mở rộng Rivet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rivet Rivet
ID igmilfmbmkmpkjjgoabaagaoohhhbjde
URL Chính Thức https://chromewebstore.google.com/detail/rivet/igmilfmbmkmpkjjgoabaagaoohhhbjde
Mô tả An integration between 5etools and Plutonium.
Kích Thước Tệp 41.27 KB
Số Lần Cài Đặt 10,405
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2021-03-05
Ngày Phát Hành 2020-05-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Giddy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://5e.tools/
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}