NordInvasion Crafting

Helper extension for the NordInvasion crafting system.

NordInvasion Craftingคืออะไร?

NordInvasion Crafting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JG และคุณลักษณะหลักของมันคือ "Helper extension for the NordInvasion crafting system."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NordInvasion Crafting

ดาวน์โหลดไฟล์ส่วนขยาย NordInvasion Crafting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:
- On craftable item pages, adds option to craft a specified number of the item or until materials are depleted.
- On the crafting home page, shows estimated value of all crafting materials.
- Enter and save custom recipes to view their crafting costs.

Changelog:
v0.62.7
- Fixed multi-crafting
- Removed server browser
v0.62.6
- Fixed Chain dependent recipes
v0.62.5
- Fixed Chain recipe
v0.62.4
- Fixed Armour Plate label
v0.62.3
- Fixed mats value calculator, custom recipes
v0.62.2
- Fixed multi-crafting
- Added shading for servers with at least one player
v0.62.1
- Added a few more servers.
v0.62.0
- Back after a long time. I've fixed the server browser, but not sure when / if I'll get around to fixing the crafting features.
v0.61.0
- Fixed the issue with the EU servers in the server list (hopefully)
v0.60.10
- Updated some of the default material prices to better represent current prices.
v0.60.9
- Hid empty rows in server list. There is currently an issue with the server links for the EU servers, but it's appears server-side and beyond my control.
v0.60.8
- Fixed server list for new https connection.
v0.60.7:
- Allows user to leave "(x / y)" in recipe when entering custom recipe.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NordInvasion Crafting NordInvasion Crafting
ID mfngkckcifkaledadceccjcbldckadkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nordinvasion-crafting/mfngkckcifkaledadceccjcbldckadkk
คำอธิบาย Helper extension for the NordInvasion crafting system.
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.62.7
อัปเดตครั้งล่าสุด 2021-01-19
วันที่เผยแพร่ 2018-03-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา JG
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NordInvasion Crafting",
    "short_name": "NI Crafting",
    "description": "Helper extension for the NordInvasion crafting system.",
    "version": "0.62.7",
    "icons": {
        "96": "res\/ni_icon.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*.nordinvasion.com\/",
        "https:\/\/*.nordinvasion.com\/",
        "http:\/\/nordinvasion.com\/",
        "https:\/\/nordinvasion.com\/"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "options.html",
        "res\/server.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/nordinvasion.com\/*",
                "https:\/\/nordinvasion.com\/*",
                "http:\/\/www.nordinvasion.com\/*",
                "https:\/\/www.nordinvasion.com\/*"
            ],
            "js": [
                "jquery.js",
                "crafting.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}