JoroDox Tools
Tools to help mod Paradox Interactive's Grand Strategy video games.
Wat is JoroDox Tools?
JoroDox Tools is een Chrome-extensie ontwikkeld door Daan Broekhof, en de belangrijkste functie is "Tools to help mod Paradox Interactive's Grand Strategy video games.".
Extensie Screenshots
Download het CRX-bestand van de extensie JoroDox Tools
Download JoroDox Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | JoroDox Tools |
ID | pmhbboeiannanamjandkhiakpaaoecoo |
Officiële URL | https://chromewebstore.google.com/detail/jorodox-tools/pmhbboeiannanamjandkhiakpaaoecoo |
Beschrijving | Tools to help mod Paradox Interactive's Grand Strategy video games. |
Bestandsgrootte | 18.02 MB |
Aantal Installaties | 3,220 |
Huidige Versie | 0.8.1 |
Laatst Bijgewerkt | 2023-07-13 |
Publicatiedatum | 2016-03-01 |
Beoordeling | 4.63/5 Totaal 27 Beoordelingen |
Ontwikkelaar | Daan Broekhof |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |