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
公式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"
            ]
        }
    ]
}