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.
Co to jest Guild Wars 2™ Trading Post Calculator?
Guild Wars 2™ Trading Post Calculator to rozszerzenie Chrome opracowane przez http://www.oliviadesign.ro, a jego główną funkcją jest „Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Guild Wars 2™ Trading Post Calculator
Pobierz pliki rozszerzeń Guild Wars 2™ Trading Post Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dbicfhledfccfcabjblocgcmpakdpfpm |
Oficjalny URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/dbicfhledfccfcabjblocgcmpakdpfpm |
Opis | Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee. |
Rozmiar pliku | 244 KB |
Liczba instalacji | 221 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-10-06 |
Data Publikacji | 2013-10-06 |
Ocena | 4.80/5 Łącznie 10 Oceny |
Deweloper | http://www.oliviadesign.ro |
Typ Płatności | free |
Obsługiwane Języki | 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 } |