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.

Hvad er Guild Wars 2™ Trading Post Calculator?

Guild Wars 2™ Trading Post Calculator er en Chrome-udvidelse udviklet af http://www.oliviadesign.ro, og dens hovedfunktion er "Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Guild Wars 2™ Trading Post Calculator-udvidelses-CRX-fil

Download Guild Wars 2™ Trading Post Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Guild Wars 2™ Trading Post Calculator Guild Wars 2™ Trading Post Calculator
ID dbicfhledfccfcabjblocgcmpakdpfpm
Officiel URL https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/dbicfhledfccfcabjblocgcmpakdpfpm
Beskrivelse Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.
Filstørrelse 244 KB
Antal Installationer 221
Nuværende Version 1.1
Senest Opdateret 2013-10-06
Udgivelsesdato 2013-10-06
Bedømmelse 4.80/5 Samlet 10 Bedømmelser
Udvikler http://www.oliviadesign.ro
Betalingsmetode free
Understøttede Sprog 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
}