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! 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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\/*"
]
} | |