Waze - Google Maps™ link

Waze Map Editor script that creates a link to the current position in Google Maps™.

Waze - Google Maps™ linkとは何ですか?

Waze - Google Maps™ linkはnalymによって開発されたChromeの拡張機能で、その主な機能は「Waze Map Editor script that creates a link to the current position in Google Maps™.」です。

拡張機能のスクリーンショット

screenshot

Waze - Google Maps™ link拡張機能のCRXファイルをダウンロード

Waze - Google Maps™ link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.                    

拡張機能の基本情報

名前 Waze - Google Maps™ link Waze - Google Maps™ link
ID jblojdkgpamepmiammlgkkhknojnlmai
公式URL https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai
説明 Waze Map Editor script that creates a link to the current position in Google Maps™.
ファイルサイズ 13.71 KB
インストール数 10,000
現在のバージョン 1.2.2
最終更新日 2015-04-22
公開日 2015-04-22
評価 4.22/5 合計 476 レビュー
開発者 nalym
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Waze - Google Maps\u2122 link",
    "version": "1.2.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.waze.com\/*editor\/*",
                "https:\/\/*.waze.com\/map-editor\/*",
                "https:\/\/*.waze.com\/beta_editor\/*",
                "https:\/\/*.waze.co.il\/*editor\/*",
                "https:\/\/*.waze.co.il\/beta_editor\/*"
            ],
            "js": [
                "gmaps_permalink.js"
            ]
        }
    ],
    "description": "Waze Map Editor script that creates a link to the current position in Google Maps\u2122.",
    "icons": {
        "128": "icon_128.png"
    }
}