Navigation from

Open maps quickly, without typing source and destination

Navigation fromとは何ですか?

Navigation fromはhttp://mem-tree.appspot.comによって開発されたChromeの拡張機能で、その主な機能は「Open maps quickly, without typing source and destination」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Reduce the effort of going to maps and typing source and destination addresses.

1) Define shortcuts like home/work on options page of the extension for source address. (Tools -> Extensions)

2) Later on, simply select text and right click to find distance from home/work to the selected text.                    

拡張機能の基本情報

名前 Navigation from Navigation from
ID aedcpciiciakckjbidcgjfogghcojfnl
公式URL https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl
説明 Open maps quickly, without typing source and destination
ファイルサイズ 12.02 KB
インストール数 93
現在のバージョン 1.0.8
最終更新日 2015-08-06
公開日 2015-08-06
評価 5.00/5 合計 4 レビュー
開発者 http://mem-tree.appspot.com
支払い方法 free
拡張機能のウェブサイト http://mem-tree.appspot.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Navigation from",
    "description": "Open maps quickly, without typing source and destination",
    "version": "1.0.8",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}