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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mike LeSauvage, και η κύρια λειτουργία του είναι "HOTS Logs Helper adds links to the Popular Talent Builds table to show you the names of the talents.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης HOTS Logs Helper

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    ]
}