PoB Trade Helper
A web extension that connects to your local PoB and shows you the impact of trade on your build.
PoB Trade Helper란 무엇입니까?
PoB Trade Helper은(는) unremem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A web extension that connects to your local PoB and shows you the impact of trade on your build."입니다.
확장 프로그램 스크린샷
PoB Trade Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension connect to user's local Path Of Building app to calculate the stats impact of specific items in https://www.pathofexile.com/trade, so that the users can easily tell whether / how big of an improvement items would bring when trading in Path Of Exile game. NOTE: This extension requires some local set up with Path Of Building to work properly, for instructions and support, visit the Github page: https://github.com/unremem/PoBTradeHelper
확장 프로그램 기본 정보
이름 | PoB Trade Helper |
ID | jfmagnicmcjddboobcfaicohajkdmcpc |
공식 URL | https://chromewebstore.google.com/detail/pob-trade-helper/jfmagnicmcjddboobcfaicohajkdmcpc |
설명 | A web extension that connects to your local PoB and shows you the impact of trade on your build. |
파일 크기 | 354 KB |
설치 횟수 | 816 |
현재 버전 | 0.1 |
최근 업데이트 | 2023-05-21 |
출시 날짜 | 2023-05-15 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | unremem |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/unremem/PoBTradeHelper |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PoB Trade Helper", "version": "0.1", "description": "A web extension that connects to your local PoB and shows you the impact of trade on your build.", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "128": "img\/icon-128.png", "335": "img\/icon-335.png" }, "action": { "default_icon": { "38": "img\/icon-38.png", "128": "img\/icon-128.png", "335": "img\/icon-335.png" }, "default_title": "PoB Trade Helper" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.pathofexile.com\/trade\/*" ], "css": [ "css\/style.css", "css\/trade.css" ], "js": [ "js\/trade.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/trade-injected.js", "img\/icon-40.png", "img\/error-40.png" ], "matches": [ " |