HornTracker Helper
Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Τι είναι το HornTracker Helper;
Το HornTracker Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/haoala, και η κύρια λειτουργία του είναι "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HornTracker Helper
Λήψη αρχείων επέκτασης HornTracker Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
For MouseHunt players: Want to know the mice population for your location? Want to know how your current setup should be doing? 1.1.1: - Inclusion of newest traps and charms
Βασικές Πληροφορίες Επέκτασης
Όνομα | HornTracker Helper |
ID | nahjpfllomdonendichbfnmiklhhgbmd |
Επίσημο URL | https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd |
Περιγραφή | Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters. |
Μέγεθος Αρχείου | 17.46 KB |
Αριθμός Εγκαταστάσεων | 88 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2013-04-26 |
Ημερομηνία Δημοσίευσης | 2013-04-25 |
Αξιολόγηση | 4.50/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://sites.google.com/site/haoala |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "page_action": { "default_icon": "percentage.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.", "background": { "scripts": [ "background.js" ] }, "name": "HornTracker Helper", "permissions": [ "tabs", "http:\/\/www.mousehuntgame.com\/*", "http:\/\/www.mousehuntgame.com\/", "https:\/\/www.mousehuntgame.com\/", "https:\/\/www.mousehuntgame.com\/*" ], "options_page": "options.html", "icons": { "128": "percentage.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.mousehuntgame.com\/*", "http:\/\/www.mousehuntgame.com\/", "https:\/\/www.mousehuntgame.com\/", "https:\/\/www.mousehuntgame.com\/*" ], "js": [ "hthelper.js" ] } ], "manifest_version": 2, "version": "1.1.1" } |