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是由sifxtreme開發的Chrome擴展程式,該擴展的主要功能是“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

下載Yelp to Google Maps擴展crx文件

下載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.                    

擴展基本資訊

名稱 Yelp to Google Maps Yelp to Google Maps
ID fpmjnpeaolcopddalaodjlabiplflnlb
官方網址 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"
            ]
        }
    ]
}