Guild Wars 2 Trading Post Tracker
Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
什么是Guild Wars 2 Trading Post Tracker?
Guild Wars 2 Trading Post Tracker是由Scarfmonster开发的Chrome扩展程序,该扩展的主要功能是“Notifies you every time you buy and/or sell anything on the GW2 Trading Post.”。
扩展截图
下载Guild Wars 2 Trading Post Tracker扩展crx文件
下载Guild Wars 2 Trading Post Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to quickly view your current/past orders on the GW2 Trading Post. It will also notify you when buy and/or sell transactions complete on your account.
扩展基本信息
名称 | |
ID | lioodgonmpllfgbpbnfohnmmpjneeeoh |
官方URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh |
简介 | Notifies you every time you buy and/or sell anything on the GW2 Trading Post. |
文件大小 | 786 KB |
安装次数 | 47 |
当前版本 | BETA 0.53 |
更新时间 | 2015-11-07 |
上架时间 | 2015-11-07 |
评分 | 5.00/5 共4次评分 |
开发者 | Scarfmonster |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Guild Wars 2 Trading Post Tracker", "short_name": "GW2TPT", "description": "Notifies you every time you buy and\/or sell anything on the GW2 Trading Post.", "version": "0.53", "version_name": "BETA 0.53", "author": "Scarfmonster", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "tp.html" }, "background": { "page": "bg.html" }, "permissions": [ "background", "notifications", "storage" ], "offline_enabled": false } |