Guild Wars 2™ Trading Post Calculator
Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.
什麼是Guild Wars 2™ Trading Post Calculator?
Guild Wars 2™ Trading Post Calculator是由http://www.oliviadesign.ro開發的Chrome擴展程式,該擴展的主要功能是“Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.”。
擴展截圖
下載Guild Wars 2™ Trading Post Calculator擴展crx文件
下載Guild Wars 2™ Trading Post Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee. A usefull tool for GW2 players.
擴展基本資訊
名稱 | |
ID | dbicfhledfccfcabjblocgcmpakdpfpm |
官方網址 | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/dbicfhledfccfcabjblocgcmpakdpfpm |
簡介 | Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee. |
檔案大小 | 244 KB |
安裝次數 | 221 |
目前版本 | 1.1 |
更新時間 | 2013-10-06 |
上架時間 | 2013-10-06 |
評分 | 4.80/5 共 10 次評分 |
開發者 | http://www.oliviadesign.ro |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guild Wars 2\u2122 Trading Post Calculator", "description": "Simple tool that help Guild Wars 2\u2122 players to calculate profit margins on Trading Post. Also display listing fee and sale fee.", "version": "1.1", "permissions": [ "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup\/index.html", "default_title": "Guild Wars 2\u2122 Trading Post Calculator" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "icons\/icon16.png", "icons\/icon48.png", "icons\/icon128.png" ], "background": { "scripts": [ "app.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |