Get Directions

Get directions by right-clicking highlighted text.

Get Directionsとは何ですか?

Get Directionsはsterfry1988によって開発されたChromeの拡張機能で、その主な機能は「Get directions by right-clicking highlighted text.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Version 2.0
Updates: New icons, you can now get directions to the "Home" and "Work" values set in My places. You can add another custom address in the options of the extension.

Direction extension that will allow you to highlight addresses and subjects and bring up a context menu item directly linking to the Google Maps direction list

For tested behavior please enter your starting location in the options page of the extension                    

拡張機能の基本情報

名前 Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
公式URL https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
説明 Get directions by right-clicking highlighted text.
ファイルサイズ 37.05 KB
インストール数 311
現在のバージョン 2
最終更新日 2014-05-13
公開日 2014-05-12
評価 4.88/5 合計 8 レビュー
開発者 sterfry1988
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Directions",
    "description": "Get directions by right-clicking highlighted text.",
    "version": "2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "options_page": "options.html"
}