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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |