Netrunner Lookup

Replaces Android: Netrunner card names with links and card image tooltips.

Τι είναι το Netrunner Lookup;

Το Netrunner Lookup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sean Ahern, και η κύρια λειτουργία του είναι "Replaces Android: Netrunner card names with links and card image tooltips.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Netrunner Lookup

Λήψη αρχείων επέκτασης Netrunner Lookup σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Android: Netrunner is a card game published by Fantasy Flight Games. At the time of this extension's publication, there are more than 200 different cards in print (it's now up to more than 500!), with more being published every month. While the great variety of cards makes for a great game, it can make reading articles about Android: Netrunner challenging. It's hard to remember exactly what every card does.

Netrunner Lookup solves this problem by replacing Netrunner card names with links to cardgamedb.com when you click on Netrunner Lookup's icon. It also adds bubble tips with the card images to each card so you can quickly get the info you need without having to leave the page. In addition, if a card name is abbreviated or mis-typed and Netrunner Lookup misses it, you can highlight the text and Netrunner Lookup will suggest likely matches for you. 

This extension will help you delve even deeper into the great game of Android: Netrunner. I hope you enjoy it!

Since version 1.3, Netrunner Lookup has included a site whitelist! Now Netrunner Lookup will run automatically on the sites you specify. Check out the options page by right clicking on the icon and selecting "Options".

Netrunner is a TM of R. Talsorian Games, Inc. Android is TM & ©2014 Fantasy Flight Publishing, Inc. All rights reserved. Netrunner is licensed by Wizards of the Coast LLC. ©2014 Wizards. This extension is not affiliated with any of the above companies in any way.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Netrunner Lookup Netrunner Lookup
ID falbpbbdomlkdjlfippfjopgihdekanf
Επίσημο URL https://chromewebstore.google.com/detail/netrunner-lookup/falbpbbdomlkdjlfippfjopgihdekanf
Περιγραφή Replaces Android: Netrunner card names with links and card image tooltips.
Μέγεθος Αρχείου 460 KB
Αριθμός Εγκαταστάσεων 316
Τρέχουσα Έκδοση 1.4.6
Τελευταία Ενημέρωση 2015-10-24
Ημερομηνία Δημοσίευσης 2015-10-23
Αξιολόγηση 4.91/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής Sean Ahern
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netrunner Lookup",
    "short_name": "NR Lookup",
    "description": "Replaces Android: Netrunner card names with links and card image tooltips.",
    "version": "1.4.6",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Link Netrunner Card Names"
    },
    "web_accessible_resources": [
        "384.gif"
    ]
}