JoroDox Tools

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

Vad är JoroDox Tools?

JoroDox Tools är en Chrome-tillägg utvecklad av Daan Broekhof, och dess huvudfunktion är "Tools to help mod Paradox Interactive's Grand Strategy video games.".

Tilläggsskärmbilder

screenshot

Ladda ner JoroDox Tools-förlängningens CRX-fil

Ladda ner JoroDox Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn JoroDox Tools JoroDox Tools
ID pmhbboeiannanamjandkhiakpaaoecoo
Officiell webbadress https://chromewebstore.google.com/detail/jorodox-tools/pmhbboeiannanamjandkhiakpaaoecoo
Beskrivning Tools to help mod Paradox Interactive's Grand Strategy video games.
Filstorlek 18.02 MB
Antal Installationer 3,220
Aktuell Version 0.8.1
Senast Uppdaterad 2023-07-13
Publiceringsdatum 2016-03-01
Betyg 4.63/5 Totalt 27 Betyg
Utvecklare Daan Broekhof
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}