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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}