Plutonium Mirror

An Add-On for defining which Mirror to use for 5e Tools.

Plutonium Mirror là gì?

Plutonium Mirror là một tiện ích mở rộng Chrome được phát triển bởi flamewave000, và tính năng chính của nó là "An Add-On for defining which Mirror to use for 5e Tools.".

Ả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 Plutonium Mirror

Tải xuống các tệp mở rộng Plutonium Mirror 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

                        An Add-On for defining which Mirror to use for 5e Tools. Comes with the primary website, as well as two known mirrors. You can also set it to custom and use your own hosted version of 5e Tools. This is primarily meant to be used with VTTs such as FoundryVTT where images, links, and content might get broken if 5e.tools is down.                    

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

Tên Plutonium Mirror Plutonium Mirror
ID cmdfdklimdbgkakbnplpohmekimalljl
URL Chính Thức https://chromewebstore.google.com/detail/plutonium-mirror/cmdfdklimdbgkakbnplpohmekimalljl
Mô tả An Add-On for defining which Mirror to use for 5e Tools.
Kích Thước Tệp 90.99 KB
Số Lần Cài Đặt 914
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2021-09-12
Ngày Phát Hành 2021-09-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển flamewave000
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/flamewave000/plutonium-mirror
URL Trang Trợ Giúp https://github.com/flamewave000/plutonium-mirror/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plutonium Mirror",
    "description": "An Add-On for defining which Mirror to use for 5e Tools.",
    "version": "2.4.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-48x48.png",
        "64": "icons\/favicon-64x64.png",
        "128": "icons\/favicon-128x128.png",
        "144": "icons\/favicon-144x144.png",
        "256": "icons\/favicon-256x256.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "management",
        "*:\/\/*\/game",
        "*:\/\/app.roll20.net\/editor"
    ],
    "background": {
        "scripts": [
            "mirror.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Configure 5e Tools Mirror",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/favicon-16x16.png",
            "32": "icons\/favicon-32x32.png",
            "48": "icons\/favicon-48x48.png",
            "64": "icons\/favicon-64x64.png",
            "128": "icons\/favicon-128x128.png",
            "144": "icons\/favicon-144x144.png",
            "256": "icons\/favicon-256x256.png"
        }
    }
}