Plutonium Mirror
An Add-On for defining which Mirror to use for 5e Tools.
什么是Plutonium Mirror?
Plutonium Mirror是由flamewave000开发的Chrome扩展程序,该扩展的主要功能是“An Add-On for defining which Mirror to use for 5e Tools.”。
扩展截图
下载Plutonium Mirror扩展crx文件
下载Plutonium Mirror扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Plutonium Mirror |
ID | cmdfdklimdbgkakbnplpohmekimalljl |
官方URL | https://chromewebstore.google.com/detail/plutonium-mirror/cmdfdklimdbgkakbnplpohmekimalljl |
简介 | An Add-On for defining which Mirror to use for 5e Tools. |
文件大小 | 90.99 KB |
安装次数 | 914 |
当前版本 | 2.4.1 |
更新时间 | 2021-09-12 |
上架时间 | 2021-09-09 |
评分 | 5.00/5 共2次评分 |
开发者 | flamewave000 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/flamewave000/plutonium-mirror |
帮助页面URL | https://github.com/flamewave000/plutonium-mirror/issues |
支持的语言 | 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" } } } |