StatsHunters
Show tiles on Strava route builder
Τι είναι το StatsHunters;
Το StatsHunters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://statshunters.com, και η κύρια λειτουργία του είναι "Show tiles on Strava route builder".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης StatsHunters
Λήψη αρχείων επέκτασης StatsHunters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
To make it easier to create new routes to achieve new tiles you can use the StatsHunters Chrome extension to show tiles on different route builders. 1. Install the extension 2. Login to StatsHunters and copy the API-code from the settings page 3. Click the StatsHunters Chrome extension icon and past the API-code 4. Go to one of the route builders 5. Start building new routes You can use the plugin on different websites, the following sites are supported: Strava, Komoot and others. Check the full list on https://www.statshunters.com/faq
Βασικές Πληροφορίες Επέκτασης
Όνομα | StatsHunters |
ID | ldhkneiheabejbefhgjddpamijajabmm |
Επίσημο URL | https://chromewebstore.google.com/detail/statshunters/ldhkneiheabejbefhgjddpamijajabmm |
Περιγραφή | Show tiles on Strava route builder |
Μέγεθος Αρχείου | 31.92 KB |
Αριθμός Εγκαταστάσεων | 9,773 |
Τρέχουσα Έκδοση | 2.0.3 |
Τελευταία Ενημέρωση | 2024-01-28 |
Ημερομηνία Δημοσίευσης | 2020-10-06 |
Αξιολόγηση | 4.93/5 Συνολικά 30 Αξιολογήσεις |
Προγραμματιστής | https://statshunters.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StatsHunters", "version": "2.0.3", "description": "Show tiles on Strava route builder", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/routes\/new*", "https:\/\/www.strava.com\/routes\/*\/edit*", "https:\/\/www.komoot.com\/*", "https:\/\/www.komoot.nl\/*", "https:\/\/www.komoot.es\/*", "https:\/\/www.komoot.it\/*", "https:\/\/www.komoot.fr\/*", "https:\/\/www.komoot.de\/*", "http:\/\/brouter.de\/brouter-web\/*", "http:\/\/www.brouter.de\/brouter-web\/*", "https:\/\/brouter.de\/brouter-web\/*", "https:\/\/www.brouter.de\/brouter-web\/*", "https:\/\/brouter.m11n.de\/*", "https:\/\/bikerouter.de\/*", "https:\/\/brouter.damsy.net\/*", "https:\/\/ridewithgps.com\/routes\/new*", "https:\/\/ridewithgps.com\/routes\/*\/edit*", "https:\/\/connect.garmin.com\/modern\/*", "https:\/\/connect.garmin.com\/modern\/course\/create*", "https:\/\/connect.garmin.com\/modern\/course\/*", "https:\/\/cycle.travel\/map", "https:\/\/*.mapy.cz\/*", "https:\/\/web.locusmap.app\/*", "https:\/\/dashboard.hammerhead.io\/*", "https:\/\/dynamic.watch\/*\/plan*", "https:\/\/dynamic.watch\/plan\/*", "https:\/\/mapa-turystyczna.pl\/*", "https:\/\/alltrails.com\/explore\/map\/*", "https:\/\/www.alltrails.com\/explore\/map\/*", "https:\/\/www.alltrails.com\/*\/explore\/map\/*", "https:\/\/openrunner.com\/*", "https:\/\/www.openrunner.com\/*" ], "js": [ "statshuntersLoader.js", "config.js" ] } ], "action": { "default_popup": "options.html" }, "icons": { "16": "statshunters-16.png", "32": "statshunters-32.png", "48": "statshunters-48.png", "128": "statshunters-128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "statshuntersRouteOverlay.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |