DIM Wishlist Builder

Build a large DIM Wishlist.

DIM Wishlist Builderคืออะไร?

DIM Wishlist Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mlsof21 และคุณลักษณะหลักของมันคือ "Build a large DIM Wishlist."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DIM Wishlist Builder

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

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

                        Do you find it cumbersome to add every...single...barrel into a wishlist when all you really care about are the two main perks, and maybe the mag perk? Needing to know every single perk hash and adding that permutation can be a pain. Worry no more. 

This extension adds a sidebar on the right of D2Gunsmith that allows you to add the current weapon and its selected perks to a textbox that you can copy or save to a separate text file. It will organize the list into a format understood by DIM with comment fields for notes. Use the radio buttons to specify the type of roll that is being added (PvP, PvE, or GM). Use the "INSERT" key to quickly insert the newly selected roll into the wishlist, eliminating the need for an extra mouse click.

Issues: 
As D2Gunsmith is currently unstable, any subsequent changes to D2Gunsmith could cause DIM Wishlist Builder to have issues. Already identified issues include:
- Incorrectly mapping dummy weapons rather than the actual weapons (fixed in 1.1.4)
- Incorrectly mapping the enhanced perks rather than the base perk (fixed in 1.1.3)                    

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

ชื่อ DIM Wishlist Builder DIM Wishlist Builder
ID glmoclbimdhkcojkbkkkppommhopldif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dim-wishlist-builder/glmoclbimdhkcojkbkkkppommhopldif
คำอธิบาย Build a large DIM Wishlist.
ขนาดไฟล์ 21.65 KB
จำนวนการติดตั้ง 532
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-06-21
วันที่เผยแพร่ 2021-10-17
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา mlsof21
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mlsof21/DIMWishlistBuilder
URL หน้าช่วยเหลือ https://github.com/mlsof21/DIMWishlistBuilder/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DIM Wishlist Builder",
    "description": "Build a large DIM Wishlist.",
    "version": "1.2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/d2gunsmith.com\/*",
                "https:\/\/d2gunsmith.com\/*"
            ],
            "js": [
                "src\/js\/content.js"
            ],
            "css": [
                "src\/css\/styles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "src\/html\/options.html",
        "default_title": "DIM Wishlist Builder"
    }
}