Hearthstone Deck Highlighter

A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection

Wat is Hearthstone Deck Highlighter?

Hearthstone Deck Highlighter is een Chrome-extensie ontwikkeld door roberthartjr, en de belangrijkste functie is "A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hearthstone Deck Highlighter

Download Hearthstone Deck Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Name has been changed to "Hearthstone Deck Highlighter".

Added the ability to automatically update your collection from the hearthpwn.com site using innkeeper. 

Steps
---------
Add your collection to the Hearthpwn.com site using Innkeeper.
http://www.innkeeper.com/

Go to your collection page and click on the update collection button in red. It will automatically update it.                    

Basisinformatie over de Extensie

Naam Hearthstone Deck Highlighter Hearthstone Deck Highlighter
ID jepahkmnkblfichnniogaiodomcojjkc
Officiële URL https://chromewebstore.google.com/detail/hearthstone-deck-highligh/jepahkmnkblfichnniogaiodomcojjkc
Beschrijving A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection
Bestandsgrootte 87.09 KB
Aantal Installaties 34
Huidige Versie 0.4.0
Laatst Bijgewerkt 2015-12-15
Publicatiedatum 2015-12-15
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar roberthartjr
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hearthstone Deck Highlighter",
    "version": "0.4.0",
    "description": "A Chrome extension that highlights the cards on Hearthpwn that you have in your Hearthstone collection",
    "author": "Robert Hart",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.hearthpwn.com\/decks\/*",
                "http:\/\/www.hearthpwn.com\/members\/*\/collection"
            ],
            "js": [
                "jquery-2.1.4.js",
                "functions.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "*.json",
        "options.html"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}