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 là gì?

Yelp to Google Maps là một tiện ích mở rộng Chrome được phát triển bởi sifxtreme, và tính năng chính của nó là "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.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yelp to Google Maps

Tải xuống các tệp mở rộng Yelp to Google Maps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
URL Chính Thức https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb
Mô tả 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.
Kích Thước Tệp 37.11 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-05-17
Ngày Phát Hành 2015-05-17
Đánh Giá 3.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển sifxtreme
Loại Thanh Toán free
Trang Web Mở Rộng http://www.lifesforlearning.com
URL Trang Trợ Giúp http://www.lifesforlearning.com
URL Trang Chính Sách Bảo Mật https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}