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文件

下載HOTS Logs Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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