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.」です。
拡張機能のスクリーンショット
JoroDox Tools拡張機能のCRXファイルをダウンロード
JoroDox Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |