MHW Simulator Plugin

MHW Simulator Plugin

Cos'è MHW Simulator Plugin?

MHW Simulator Plugin è un'estensione di Chrome sviluppata da fs751130, e la sua funzione principale è "MHW Simulator Plugin".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MHW Simulator Plugin

Scarica i file di estensione MHW Simulator Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        MHW Simulator Plugin
此程式為 Chrome 的擴充功能

用於 Monster Hunter World 配裝器

Monster Hunter World Armor Set Search ("http://mhw.wiki-db.com/sim/?hl=zh-hant")


此程式將擴充以下功能:
在'我的套裝'中,每筆結尾增加 "Set Name" 按鈕,用來設定每組套裝的名稱

在'我的套裝'中,每筆結尾增加 "Search" 按鈕,可將此套裝相關技能一次選定到搜索頁面中

在'我的套裝'中最底下,增加 "Reorder" 按鈕,可自行拖曳調整套裝順序

在'裝備設定'中,增加除外的下拉式選單,可直接新增要排除的裝備


1.3版:
修正網頁改版後無法正常顯示的問題
1.4版:
增加極意技能的搜尋功能
1.6版:
增加冥赤武器套裝技能搜尋功能
1.7版:
修正套裝技能+n 的搜尋問題                    

Informazioni di Base sull'Estensione

Nome MHW Simulator Plugin MHW Simulator Plugin
ID efgbjnfjkfglmcaheaojnkgcnihfmpci
URL Ufficiale https://chromewebstore.google.com/detail/mhw-simulator-plugin/efgbjnfjkfglmcaheaojnkgcnihfmpci
Descrizione MHW Simulator Plugin
Dimensione del File 53.96 KB
Conteggio Installazioni 369
Versione Corrente 1.7
Ultimo Aggiornamento 2020-04-30
Data di Pubblicazione 2020-04-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore fs751130
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MHW Simulator Plugin",
    "description": "MHW Simulator Plugin",
    "version": "1.7",
    "permissions": [
        "https:\/\/mhw.wiki-db.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mhw.wiki-db.com\/*"
            ],
            "css": [
                "application.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "bootstrap.min.js",
                "jquery-sortable.js",
                "mhw_plugin.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "reorder_modal.html",
        "exclude_div.html"
    ]
}