poe.trade Enhancement Suite
pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…
poe.trade Enhancement Suiteとは何ですか?
poe.trade Enhancement SuiteはHub City Codeによって開発されたChromeの拡張機能で、その主な機能は「pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…」です。
拡張機能のスクリーンショット
poe.trade Enhancement Suite拡張機能のCRXファイルをダウンロード
poe.trade Enhancement Suite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable format. Features: --Hotkeys for frequently used commands --Widescreen layout of search fields --Currency conversions and trending indicators More to come!
拡張機能の基本情報
名前 | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
公式URL | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
説明 | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
ファイルサイズ | 38.16 KB |
インストール数 | 86 |
現在のバージョン | 0.1 |
最終更新日 | 2017-08-22 |
公開日 | 2017-08-22 |
開発者 | Hub City Code |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "poe.trade Enhancement Suite", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/poe.trade\/*", "http:\/\/poe.trade\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/poe.ninja\/*", "https:\/\/poe.ninja\/*" ] } |