DIM Wishlist Builder
Build a large DIM Wishlist.
DIM Wishlist Builder란 무엇입니까?
DIM Wishlist Builder은(는) mlsof21에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build a large DIM Wishlist."입니다.
확장 프로그램 스크린샷
DIM Wishlist Builder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |