JoroDox Tools

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

Qu'est-ce que JoroDox Tools ?

JoroDox Tools est une extension Chrome développée par Daan Broekhof, et sa fonction principale est "Tools to help mod Paradox Interactive's Grand Strategy video games.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JoroDox Tools

Téléchargez les fichiers d'extension JoroDox Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JoroDox Tools JoroDox Tools
ID pmhbboeiannanamjandkhiakpaaoecoo
URL Officiel https://chromewebstore.google.com/detail/jorodox-tools/pmhbboeiannanamjandkhiakpaaoecoo
Description Tools to help mod Paradox Interactive's Grand Strategy video games.
Taille du Fichier 18.02 MB
Nombre d'Installations 3,220
Version Actuelle 0.8.1
Dernière Mise à Jour 2023-07-13
Date de Publication 2016-03-01
Évaluation 4.63/5 Total 27 Évaluations
Développeur Daan Broekhof
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}