Maps Shortcut

Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.

Maps Shortcutとは何ですか?

Maps Shortcutはcgdahvisによって開発されたChromeの拡張機能で、その主な機能は「Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.」です。

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

screenshot
screenshot
screenshot

Maps Shortcut拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Highlight an address -> right click highlighted text > click the button "GMaps Lookup"; Google Maps window pops up with the targeted address.

Can also search an address in Google Maps directly from the extension toolbar.

Must-have for real estate professionals.                    

拡張機能の基本情報

名前 Maps Shortcut Maps Shortcut
ID nacjnoidlajgponcckmkfoebmipbgbfj
公式URL https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj
説明 Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
ファイルサイズ 183 KB
インストール数 65
現在のバージョン 1.1
最終更新日 2021-07-18
公開日 2021-07-09
評価 5.00/5 合計 4 レビュー
開発者 cgdahvis
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Maps Shortcut",
    "version": "1.1",
    "description": "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.",
    "icons": {
        "16": "Capture.png",
        "48": "Capture.png",
        "128": "Capture.png"
    },
    "browser_action": {
        "default_icon": "Capture.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}