WoW Activity Lookup

This extension will open the corresponding WoW Activity page for a WoW Armory page.

WoW Activity Lookupとは何ですか?

WoW Activity Lookupはhttp://wowactivity.kimptoc.netによって開発されたChromeの拡張機能で、その主な機能は「This extension will open the corresponding WoW Activity page for a WoW Armory page.」です。

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

screenshot

WoW Activity Lookup拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The World of Warcraft Armory site shows the current state of your toon.

But do you want to see a blow-by-blow activity feed as your character develops?

This is available at http://wowactivity.kimptoc.net/.

This extension lets you easily find the activity feed for a character on the Armory.

For more information/support - please contact us via Twitter -  @WowActivityFeed,  https://twitter.com/WowActivityFeed

PRIVACY DETAILS:
No cookies are used. The only information stored is the name of the Warcraft toon that you look up.  The only information stored is your IP address in the webserver logfiles.                    

拡張機能の基本情報

名前 WoW Activity Lookup WoW Activity Lookup
ID njapjedhnpfpbfdeaaigolgoeeichfaj
公式URL https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj
説明 This extension will open the corresponding WoW Activity page for a WoW Armory page.
ファイルサイズ 12.4 KB
インストール数 13
現在のバージョン 3.0
最終更新日 2016-04-17
公開日 2016-04-17
評価 1.00/5 合計 1 レビュー
開発者 http://wowactivity.kimptoc.net
支払い方法 free
拡張機能のウェブサイト https://github.com/kimptoc/WoWActivityChromeExt-
ヘルプページのURL https://github.com/kimptoc/WoWActivityChromeExt-
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WoW Activity Lookup",
    "description": "This extension will open the corresponding WoW Activity page for a WoW Armory page.",
    "version": "3.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}