DoK links
Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
什么是DoK links?
DoK links是由coraythan开发的Chrome扩展程序,该扩展的主要功能是“Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/”。
扩展截图
下载DoK links扩展crx文件
下载DoK links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension converts links to KeyForge decks from links to Master Vault, to links to the site Decks of KeyForge. For example, on The Crucible Online, this will convert the deck links to links to DoK, and also add a link to the two decks compared side by side.
扩展基本信息
名称 | DoK links |
ID | boofejmacnjdodgncjiapdpclcngmjka |
官方URL | https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka |
简介 | Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/ |
文件大小 | 9.05 KB |
安装次数 | 100 |
当前版本 | 1.0 |
更新时间 | 2021-04-25 |
上架时间 | 2021-04-25 |
开发者 | coraythan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DoK links", "description": "Provides helpful links to https:\/\/decksofkeyforge.com. It currently adds deck links to the website https:\/\/thecrucible.online\/", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/thecrucible.online\/*" ], "js": [ "add-links.js" ] } ], "action": { "default_icon": { "16": "\/images\/dok-square-16.png", "32": "\/images\/dok-square-32.png", "48": "\/images\/dok-square-48.png", "128": "\/images\/dok-square-128.png" } }, "icons": { "16": "\/images\/dok-square-16.png", "32": "\/images\/dok-square-32.png", "48": "\/images\/dok-square-48.png", "128": "\/images\/dok-square-128.png" } } |