JoroDox Tools

Tools to help mod Paradox Interactive's Grand Strategy video games.

什么是JoroDox Tools?

JoroDox Tools是由Daan Broekhof开发的Chrome扩展程序,该扩展的主要功能是“Tools to help mod Paradox Interactive's Grand Strategy video games.”。

扩展截图

screenshot

下载JoroDox Tools扩展crx文件

下载JoroDox Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tools for assisting in creating mods for Paradox Development Studio games like Europa Universalis IV and Crusader Kings III.

Now updated to conform to changed Google Chrome extension requirements. It is no longer a 'Chrome App', instead you need to click on the extension icon in the toolbar to open it.                    

扩展基本信息

名称 JoroDox Tools JoroDox Tools
ID pmhbboeiannanamjandkhiakpaaoecoo
官方URL https://chromewebstore.google.com/detail/jorodox-tools/pmhbboeiannanamjandkhiakpaaoecoo
简介 Tools to help mod Paradox Interactive's Grand Strategy video games.
文件大小 18.02 MB
安装次数 3,220
当前版本 0.8.1
更新时间 2023-07-13
上架时间 2016-03-01
评分 4.63/5 共27次评分
开发者 Daan Broekhof
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JoroDox Tools",
    "version": "0.8.1",
    "description": "Tools to help mod Paradox Interactive's Grand Strategy video games.",
    "page": "https:\/\/github.com\/DaanBroekhof\/JoroDox",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "backgroundServiceWorker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "Open Jorodox Tools"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage"
    ]
}