JoroDox Tools

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

JoroDox Tools란 무엇입니까?

JoroDox Tools은(는) Daan Broekhof에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools to help mod Paradox Interactive's Grand Strategy video games."입니다.

확장 프로그램 스크린샷

screenshot

JoroDox Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 JoroDox Tools JoroDox Tools
ID pmhbboeiannanamjandkhiakpaaoecoo
공식 URL https://chromewebstore.google.com/detail/jorodox-tools/pmhbboeiannanamjandkhiakpaaoecoo
설명 Tools to help mod Paradox Interactive's Grand Strategy video games.
파일 크기 18.02 MB
설치 횟수 3,220
현재 버전 0.8.1
최근 업데이트 2023-07-13
출시 날짜 2016-03-01
평점 4.63/5 총 27 개의 평점
개발자 Daan Broekhof
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}