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.
Apa itu Yelp to Google Maps?
Yelp to Google Maps adalah ekstensi Chrome yang dikembangkan oleh sifxtreme, dan fitur utamanya adalah "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.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yelp to Google Maps
Unduh file ekstensi Yelp to Google Maps dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fpmjnpeaolcopddalaodjlabiplflnlb |
URL Resmi | https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb |
Deskripsi | 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. |
Ukuran File | 37.11 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2015-05-17 |
Tanggal Publikasi | 2015-05-17 |
Penilaian | 3.62/5 Total 13 Penilaian |
Pengembang | sifxtreme |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.lifesforlearning.com |
URL Halaman Bantuan | http://www.lifesforlearning.com |
URL Halaman Kebijakan Privasi | https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md |
Bahasa yang Didukung | 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" ] } ] } |