JoroDox Tools

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

Apa itu JoroDox Tools?

JoroDox Tools adalah ekstensi Chrome yang dikembangkan oleh Daan Broekhof, dan fitur utamanya adalah "Tools to help mod Paradox Interactive's Grand Strategy video games.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JoroDox Tools

Unduh file ekstensi JoroDox Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JoroDox Tools JoroDox Tools
ID pmhbboeiannanamjandkhiakpaaoecoo
URL Resmi https://chromewebstore.google.com/detail/jorodox-tools/pmhbboeiannanamjandkhiakpaaoecoo
Deskripsi Tools to help mod Paradox Interactive's Grand Strategy video games.
Ukuran File 18.02 MB
Jumlah Instalasi 3,220
Versi Saat Ini 0.8.1
Terakhir Diperbarui 2023-07-13
Tanggal Publikasi 2016-03-01
Penilaian 4.63/5 Total 27 Penilaian
Pengembang Daan Broekhof
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}