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
官方網址 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"
    ]
}