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ファイルをダウンロード
Runify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |