Guild Wars 2 Trading Post Tracker

Notifies you every time you buy and/or sell anything on the GW2 Trading Post.

Guild Wars 2 Trading Post Trackerとは何ですか?

Guild Wars 2 Trading Post TrackerはScarfmonsterによって開発されたChromeの拡張機能で、その主な機能は「Notifies you every time you buy and/or sell anything on the GW2 Trading Post.」です。

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

screenshot

Guild Wars 2 Trading Post Tracker拡張機能のCRXファイルをダウンロード

Guild Wars 2 Trading Post Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Allows you to quickly view your current/past orders on the GW2 Trading Post. It will also notify you when buy and/or sell transactions complete on your account.                    

拡張機能の基本情報

名前 Guild Wars 2 Trading Post Tracker Guild Wars 2 Trading Post Tracker
ID lioodgonmpllfgbpbnfohnmmpjneeeoh
公式URL https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh
説明 Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
ファイルサイズ 786 KB
インストール数 47
現在のバージョン BETA 0.53
最終更新日 2015-11-07
公開日 2015-11-07
評価 5.00/5 合計 4 レビュー
開発者 Scarfmonster
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guild Wars 2 Trading Post Tracker",
    "short_name": "GW2TPT",
    "description": "Notifies you every time you buy and\/or sell anything on the GW2 Trading Post.",
    "version": "0.53",
    "version_name": "BETA 0.53",
    "author": "Scarfmonster",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tp.html"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "background",
        "notifications",
        "storage"
    ],
    "offline_enabled": false
}