poe.trade price fixing
This extension show the rating of a seller in poe.trade
什么是poe.trade price fixing?
poe.trade price fixing是由Pow-up开发的Chrome扩展程序,该扩展的主要功能是“This extension show the rating of a seller in poe.trade”。
扩展截图
下载poe.trade price fixing扩展crx文件
下载poe.trade price fixing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is to simplify the use of poe trade for old data and price fixing Its open source on https://github.com/zohon/poe-trade-fixing
扩展基本信息
名称 | poe.trade price fixing |
ID | ijlipmjclpchckgkoieeihjmjenjehjk |
官方URL | https://chromewebstore.google.com/detail/poetrade-price-fixing/ijlipmjclpchckgkoieeihjmjenjehjk |
简介 | This extension show the rating of a seller in poe.trade |
文件大小 | 177 KB |
安装次数 | 629 |
当前版本 | 1.0.6 |
更新时间 | 2017-08-25 |
上架时间 | 2017-08-25 |
评分 | 4.67/5 共6次评分 |
开发者 | Pow-up |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "poe.trade price fixing", "description": "This extension show the rating of a seller in poe.trade", "version": "1.0.6", "incognito": "spanning", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/poe.trade\/*" ], "css": [ "poefixing.css" ], "js": [ "jquery-3.2.1.min.js", "firebase.js", "main.js" ] } ], "permissions": [ "storage" ] } |