HOTS Logs Helper

HOTS Logs Helper adds links to the Popular Talent Builds table to show you the names of the talents.

HOTS Logs Helper란 무엇입니까?

HOTS Logs Helper은(는) Mike LeSauvage에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HOTS Logs Helper adds links to the Popular Talent Builds table to show you the names of the talents."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

HOTS Logs Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HOTS Logs is a great resource, but during a game you don't have time to mouse over each talent of your favorite build to be sure you're selecting the right one.

HOTS Logs Helper adds links to the Popular Talent Builds table that will write the names for each talent under their images, with the top build shown by default. You can also show the talents for a specific build in a small pop-up for maximum visibility.

As a Chrome extension, HOTS Logs Helper installs an icon beside the upper right menu. It works automatically when you go to a HOTS Logs character page. If you want the pop-up build shown, just click it and choose a build number.

No more excuses for choosing the wrong talent. Get back into the arena!

Update Notes
------------------
v9: Tightening access to just hero page.
v8: Zero-impact bug fix.
v7: Added show/hide all link to Popular Talent Builds heading.
v6: HLH popup works when multiple Chrome windows are open.                    

확장 프로그램 기본 정보

이름 HOTS Logs Helper HOTS Logs Helper
ID lfndjbeflcmohigkjglfnaincapddldm
공식 URL https://chrome.google.com/webstore/detail/hots-logs-helper/lfndjbeflcmohigkjglfnaincapddldm
설명 HOTS Logs Helper adds links to the Popular Talent Builds table to show you the names of the talents.
파일 크기 38.47 KB
설치 횟수 21
현재 버전 0.0.0.9
최근 업데이트 2016-01-24
출시 날짜 2016-01-24
평점 5.00/5 총 2 개의 평점
개발자 Mike LeSauvage
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HOTS Logs Helper",
    "description": "HOTS Logs Helper adds links to the Popular Talent Builds table to show you the names of the talents.",
    "version": "0.0.0.9",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hotslogs.com\/Sitewide\/HeroDetails*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}