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 |
官方網址 | 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 } |