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.
Co je Yelp to Google Maps?
Yelp to Google Maps je rozšíření Chrome vyvinuté sifxtreme, a jeho hlavní funkcí je „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.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Yelp to Google Maps
Stáhněte si soubory rozšíření Yelp to Google Maps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fpmjnpeaolcopddalaodjlabiplflnlb |
Oficiální URL | https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb |
Popis | 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. |
Velikost souboru | 37.11 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2015-05-17 |
Datum Vydání | 2015-05-17 |
Hodnocení | 3.62/5 Celkem 13 Hodnocení |
Vývojář | sifxtreme |
Typ Platby | free |
Webové stránky Rozšíření | http://www.lifesforlearning.com |
URL Stránky Nápovědy | http://www.lifesforlearning.com |
URL Stránky Zásad Ochrany Soukromí | https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md |
Podporované Jazyky | 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" ] } ] } |