JoroDox Tools

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

Was ist JoroDox Tools?

JoroDox Tools ist eine Chrome-Erweiterung, die von Daan Broekhof entwickelt wurde, und ihr Hauptmerkmal ist "Tools to help mod Paradox Interactive's Grand Strategy video games.".

Erweiterungsscreenshots

screenshot

JoroDox Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie JoroDox Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JoroDox Tools JoroDox Tools
ID pmhbboeiannanamjandkhiakpaaoecoo
Offizielle URL https://chromewebstore.google.com/detail/jorodox-tools/pmhbboeiannanamjandkhiakpaaoecoo
Beschreibung Tools to help mod Paradox Interactive's Grand Strategy video games.
Dateigröße 18.02 MB
Installationsanzahl 3,220
Aktuelle Version 0.8.1
Letztes Update 2023-07-13
Veröffentlichungsdatum 2016-03-01
Bewertung 4.63/5 Insgesamt 27 Bewertungen
Entwickler Daan Broekhof
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}