TileTracker - Carcassonne Companion
Track Carcassonne tiles with ease. Manual & auto modes. Elevate your gameplay!
Τι είναι το TileTracker - Carcassonne Companion;
Το TileTracker - Carcassonne Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον carcassonne.ext, και η κύρια λειτουργία του είναι "Track Carcassonne tiles with ease. Manual & auto modes. Elevate your gameplay!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TileTracker - Carcassonne Companion
Λήψη αρχείων επέκτασης TileTracker - Carcassonne Companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Elevate your Carcassonne experience with TileTracker, the Chrome browser extension designed to enhance your gameplay on boardgamearena.com and beyond. Seamlessly integrating with your gaming sessions, TileTracker brings a host of new features to ensure your tile-tracking is as enjoyable as the game itself. New Features: Custom Meeple Colors: - Personalize your gaming experience by selecting the color of your meeple and those of other players. Make the board uniquely yours and easily identify each player's presence. - Distinctive Move Highlights: Last moves of all players now stand out with thicker frames, offering a visual cue to easily distinguish recent actions from the initial ones, adding clarity to the game progression. - Enhanced Log Image Appearances: Enjoy a refined log experience with fixed images, providing consistent and clear visual representation of in-game actions. - A small black badge on the right from the player name (1) that shows if the player started first. Core Features: - Auto Mode (boardgamearena.com exclusive): Let automation handle the tracking for you. Designed exclusively for boardgamearena.com, auto mode extracts tile information from the game interface, ensuring accurate tracking without additional effort on your part. - Manual Mode: Take control of your tile tracking with manual mode. Effortlessly mark tiles as they are played, ensuring a real-time count and avoiding confusion during intense gameplay. - Effortless Setup: Installing and setting up TileTracker is a breeze. Add the extension to your Chrome browser and instantly enhance your Carcassonne adventures. - Intuitive Interface: The user-friendly interface adapts seamlessly to manual and auto modes, catering to both novice and seasoned players. It's designed to match your preferences for a smooth gaming experience. - Enhance Strategy: Utilize TileTracker's tracking capabilities to develop deeper strategies, plan ahead, and make informed decisions during gameplay. Improve your Carcassonne skills and impress your opponents! - Privacy-Focused: TileTracker respects your privacy. In auto mode, it only interacts with the boardgamearena.com website, ensuring a secure gaming experience without compromising your data. Don't let the lack of tile counting disrupt your Carcassonne adventures. Install TileTracker now and elevate your gameplay to new heights! Whether you're a casual player or a seasoned tactician, TileTracker is here to make every game of Carcassonne a memorable and victorious one.
Βασικές Πληροφορίες Επέκτασης
Όνομα | TileTracker - Carcassonne Companion |
ID | ajimnngaclaaconiocnpppmdnjgpcbpc |
Επίσημο URL | https://chromewebstore.google.com/detail/tiletracker-carcassonne-c/ajimnngaclaaconiocnpppmdnjgpcbpc |
Περιγραφή | Track Carcassonne tiles with ease. Manual & auto modes. Elevate your gameplay! |
Μέγεθος Αρχείου | 304 KB |
Αριθμός Εγκαταστάσεων | 104 |
Τρέχουσα Έκδοση | 1.3.0.0 |
Τελευταία Ενημέρωση | 2023-12-24 |
Ημερομηνία Δημοσίευσης | 2023-07-22 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | carcassonne.ext |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TileTracker - Carcassonne Companion", "description": "Track Carcassonne tiles with ease. Manual & auto modes. Elevate your gameplay!", "version": "1.3.0.0", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "index.html", "default_title": "TileTracker - Carcassonne Companion" }, "icons": { "128": ".\/images\/logo_carcassonne135.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.boardgamearena.com\/*" ], "css": [ "borders.css", "colors.css" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "borders.css", "colors.css", "carcassonne-utils.js", "images\/1.svg" ], "matches": [ "https:\/\/*.boardgamearena.com\/*" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" } } }, "background": { "service_worker": "service_worker.js" } } |