Yelp to Google Maps
Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.
Τι είναι το Yelp to Google Maps;
Το Yelp to Google Maps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sifxtreme, και η κύρια λειτουργία του είναι "Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Yelp to Google Maps
Λήψη αρχείων επέκτασης Yelp to Google Maps σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hate clicking on an address on Yelp and having it opening in Yelp maps? Use this extension to have the address from a Yelp restaurant page open in Google Maps.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fpmjnpeaolcopddalaodjlabiplflnlb |
Επίσημο URL | https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb |
Περιγραφή | Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps. |
Μέγεθος Αρχείου | 37.11 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2015-05-17 |
Ημερομηνία Δημοσίευσης | 2015-05-17 |
Αξιολόγηση | 3.62/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | sifxtreme |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.lifesforlearning.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.lifesforlearning.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yelp to Google Maps", "version": "1.0.2", "manifest_version": 2, "description": "Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.yelp.com\/*", "https:\/\/www.yelp.com\/*" ], "js": [ "content.js" ] } ] } |