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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Guild Wars 2™ Trading Post Calculator Guild Wars 2™ Trading Post Calculator
ID dbicfhledfccfcabjblocgcmpakdpfpm
公式URL 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
}