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 là gì?

Guild Wars 2™ Trading Post Calculator là một tiện ích mở rộng Chrome được phát triển bởi http://www.oliviadesign.ro, và tính năng chính của nó là "Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Guild Wars 2™ Trading Post Calculator

Tải xuống các tệp mở rộng Guild Wars 2™ Trading Post Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Guild Wars 2™ Trading Post Calculator Guild Wars 2™ Trading Post Calculator
ID dbicfhledfccfcabjblocgcmpakdpfpm
URL Chính Thức https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/dbicfhledfccfcabjblocgcmpakdpfpm
Mô tả Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-10-06
Ngày Phát Hành 2013-10-06
Đánh Giá 4.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://www.oliviadesign.ro
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}