Runify
Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.
Runify란 무엇입니까?
Runify은(는) mattshu67에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra."입니다.
확장 프로그램 스크린샷
Runify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For players using Diablo 2: Lord of Destruction's mod Path of Diablo, this nifty extension can (while on your character's inventory via the PoD website) list all of your runes and sums up any value you have on hand. Prices can be adjusted as the market changes. It also has a tool that shows you what happens if you upgrade all your runes up. Useful for mules that have over a hundred mid runes, because it's satisfying to see what compiling all runes ends up giving you.
확장 프로그램 기본 정보
이름 | |
ID | dhbmdidcnmfbgdmpjadklimeoepgflfm |
공식 URL | https://chromewebstore.google.com/detail/runify/dhbmdidcnmfbgdmpjadklimeoepgflfm |
설명 | Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra. |
파일 크기 | 610 KB |
설치 횟수 | 20 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2020-06-25 |
출시 날짜 | 2020-06-24 |
개발자 | mattshu67 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Runify", "description": "Path of Diablo players can use Runify to display all runes in their character's inventory with a little extra.", "version": "0.0.2", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "512": "images\/icon_512.png" }, "content_scripts": [ { "matches": [ "https:\/\/beta.pathofdiablo.com\/my-toons" ], "run_at": "document_idle", "js": [ "src\/content.js" ] } ], "browser_action": { "default_icon": "images\/icon_512.png", "default_popup": "main.html", "default_title": "Runify" } } |